Html Css Color HEX #6194DF Cornflower Blue

📋 copy color: '#6194DF'

red 97 ◦ green 148 ◦ blue 223

#6194DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6194DF

Tints of Cornflower Blue #6194DF

RGB

 RED value IS 97 (38.28% from 255) = 20.73%

 GREEN value IS 148 (58.2% from 255) = 31.62%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 20.73%
G = 31.62%
B = 47.65%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6194DF (or 0x6194DF) is known color: Cornflower Blue. HEX triplet: 61, 94 and DF. RGB value is (97,148,223). Sum of RGB (Red+Green+Blue) = 97+148+223=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #6194DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194DF is #9E6B20. Grayscale: #8C8C8C. Windows color (decimal): -10382113 or 14652513. OLE color: 14652513.

HSL color Cylindrical-coordinate representation of color #6194DF: hue angle of 215.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6194DF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 148 223 -
CMYK 0.57 0.34 0 0.13
HSL 215.71º 0.66% 0.63% -
HSV(B) 215.71º 0.57% 0.87% -
XYZ 28.84 29.05 73.9 -
YUV 141.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 97 148 223 0.57 0.34 0 0.13 215.71 0.66 0.63
Hex 61 94 DF 39 22 0 D D8 42 3F
Octal 141 224 337 71 42 0 15 330 102 77
Binary 1100001 10010100 11011111 111001 100010 0 1101 11011000 1000010 111111

Color Harmonies of #6194DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6194DF

Black with #6194DF

Text Example


Text Example

White with #6194DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6194DF;
 }
 .AnyTagClassName
 {
   color: #6194DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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