#6B88F3

Color #6B88F3 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6B88F3

Tints of Cornflower Blue #6B88F3

Color information

#6B88F3 (or 0x6B88F3) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 88 and F3. RGB value is (107,136,243). Sum of RGB (Red+Green+Blue) = 107+136+243=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B88F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B88F3 is #94770C. Grayscale: #8B8B8B. Windows color (decimal): -9729805 or 15960171. OLE color: 15960171.

HSL color Cylindrical-coordinate representation of color #6B88F3: hue angle of 227.21º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B88F3 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107136243-
CMYK0.560.4400.05
HSL227.21º85%68.63%-
HSV(B)227.21º55.97%95.29%-
XYZ31.0527.2188.41-
YUV139.53186.39104.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 22.02%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 243 (95.31% from 255) = 50%
R=22.02%
G=27.98%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1071362430.560.4400.05227.218568.63
Hex6B88F3382C05e35545
Octal153210363705405343125105
Binary1101011100010001111001111100010110001011110001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B88F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B88F3; }

 p { color: rgb(107,136,243); }

 H1.HeaderClassName
 {
   color: #6B88F3;
 }
 .AnyTagClassName
 {
   color: #6B88F3;
 }
</style>
background-color css

<style>
 a { background-color: #6B88F3; }

 a { background-color: rgb(107,136,243); }

 div.DivClassName
 {
   background-color: #6B88F3;
 }
 .BgClassName
 {
   background-color: #6B88F3;
 }
</style>
border-color css

<style>
 span { border-color: #6B88F3; }

 span { border-color: rgb(107,136,243); }

 td.TdClassName
 {
   border-color: #6B88F3;
 }
 .TagClassName
 {
   border-color: #6B88F3;
 }
</style>