#6188FA

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

Shades of Cornflower Blue #6188FA

Tints of Cornflower Blue #6188FA

Color information

#6188FA (or 0x6188FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 88 and FA. RGB value is (97,136,250). Sum of RGB (Red+Green+Blue) = 97+136+250=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #6188FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6188FA is #9E7705. Grayscale: #888888. Windows color (decimal): -10385158 or 16418913. OLE color: 16418913.

HSL color Cylindrical-coordinate representation of color #6188FA: hue angle of 224.71º 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 #6188FA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97136250-
CMYK0.610.4600.02
HSL224.71º93.87%68.04%-
HSV(B)224.71º61.2%98.04%-
XYZ30.9927.0594.03-
YUV137.33191.5899.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 250 (98.05% from 255) = 51.76%
R=20.08%
G=28.16%
B=51.76%

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
Decimal971362500.610.4600.02224.7193.8768.04
Hex6188FA3D2E02e15e44
Octal141210372755602341136104
Binary110000110001000111110101111011011100101110000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6188FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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