#6189FA

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

Shades of Cornflower Blue #6189FA

Tints of Cornflower Blue #6189FA

Color information

#6189FA (or 0x6189FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 89 and FA. RGB value is (97,137,250). Sum of RGB (Red+Green+Blue) = 97+137+250=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #6189FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6189FA is #9E7605. Grayscale: #898989. Windows color (decimal): -10384902 or 16419169. OLE color: 16419169.

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

Color convert

RGB97137250-
CMYK0.610.4500.02
HSL224.31º93.87%68.04%-
HSV(B)224.31º61.2%98.04%-
XYZ31.1327.3394.08-
YUV137.92191.2598.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=20.04%
G=28.31%
B=51.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971372500.610.4500.02224.3193.8768.04
Hex6189FA3D2D02e05e44
Octal141211372755502340136104
Binary110000110001001111110101111011011010101110000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6189FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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