#6186FA

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

Shades of Cornflower Blue #6186FA

Tints of Cornflower Blue #6186FA

Color information

#6186FA (or 0x6186FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 86 and FA. RGB value is (97,134,250). Sum of RGB (Red+Green+Blue) = 97+134+250=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #6186FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6186FA is #9E7905. Grayscale: #878787. Windows color (decimal): -10385670 or 16418401. OLE color: 16418401.

HSL color Cylindrical-coordinate representation of color #6186FA: hue angle of 225.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6186FA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97134250-
CMYK0.610.4600.02
HSL225.49º93.87%68.04%-
HSV(B)225.49º61.2%98.04%-
XYZ30.7126.4993.94-
YUV136.16192.24100.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=20.17%
G=27.86%
B=51.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971342500.610.4600.02225.4993.8768.04
Hex6186FA3D2E02e15e44
Octal141206372755602341136104
Binary110000110000110111110101111011011100101110000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6186FA; }

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

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

<style>
 a { background-color: #6186FA; }

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

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

<style>
 span { border-color: #6186FA; }

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

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