#6B8BF2

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

Shades of Cornflower Blue #6B8BF2

Tints of Cornflower Blue #6B8BF2

Color information

#6B8BF2 (or 0x6B8BF2) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 8B and F2. RGB value is (107,139,242). Sum of RGB (Red+Green+Blue) = 107+139+242=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #6B8BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8BF2 is #94740D. Grayscale: #8C8C8C. Windows color (decimal): -9729038 or 15895403. OLE color: 15895403.

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

Color convert

RGB107139242-
CMYK0.560.4300.05
HSL225.78º83.85%68.43%-
HSV(B)225.78º55.79%94.9%-
XYZ31.322887.76-
YUV141.17184.9103.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.93%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 242 (94.92% from 255) = 49.59%
R=21.93%
G=28.48%
B=49.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1071392420.560.4300.05225.7883.8568.43
Hex6B8BF2382B05e25444
Octal153213362705305342124104
Binary1101011100010111111001011100010101101011110001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,242); }

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

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

 a { background-color: rgb(107,139,242); }

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

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

 span { border-color: rgb(107,139,242); }

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