#6194F7

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

Shades of Cornflower Blue #6194F7

Tints of Cornflower Blue #6194F7

Color information

#6194F7 (or 0x6194F7) is unknown color: approx Cornflower Blue. HEX triplet: 61, 94 and F7. RGB value is (97,148,247). Sum of RGB (Red+Green+Blue) = 97+148+247=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #6194F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6194F7 is #9E6B08. Grayscale: #8F8F8F. Windows color (decimal): -10382089 or 16225377. OLE color: 16225377.

HSL color Cylindrical-coordinate representation of color #6194F7: hue angle of 219.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6194F7 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97148247-
CMYK0.610.4000.03
HSL219.6º90.36%67.45%-
HSV(B)219.6º60.73%96.86%-
XYZ32.3130.4492.17-
YUV144.04186.194.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.72%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 247 (96.88% from 255) = 50.20%
R=19.72%
G=30.08%
B=50.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal971482470.610.4000.03219.690.3667.45
Hex6194F73D2803dc5a43
Octal141224367755003334132103
Binary110000110010100111101111111011010000111101110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6194F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6194F7; }

 p { color: rgb(97,148,247); }

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

<style>
 a { background-color: #6194F7; }

 a { background-color: rgb(97,148,247); }

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

<style>
 span { border-color: #6194F7; }

 span { border-color: rgb(97,148,247); }

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