#6C86FA

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

Shades of Cornflower Blue #6C86FA

Tints of Cornflower Blue #6C86FA

Color information

#6C86FA (or 0x6C86FA) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 86 and FA. RGB value is (108,134,250). Sum of RGB (Red+Green+Blue) = 108+134+250=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C86FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C86FA is #937905. Grayscale: #8A8A8A. Windows color (decimal): -9664774 or 16418412. OLE color: 16418412.

HSL color Cylindrical-coordinate representation of color #6C86FA: hue angle of 229.01º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C86FA is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108134250-
CMYK0.570.4600.02
HSL229.01º93.42%70.2%-
HSV(B)229.01º56.8%98.04%-
XYZ31.9627.1494-
YUV139.45190.39105.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.95%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 250 (98.05% from 255) = 50.81%
R=21.95%
G=27.24%
B=50.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081342500.570.4600.02229.0193.4270.2
Hex6C86FA392E02e55d46
Octal154206372715602345135106
Binary110110010000110111110101110011011100101110010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,134,250); }

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

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

 a { background-color: rgb(108,134,250); }

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

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

 span { border-color: rgb(108,134,250); }

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