Html Css Color HEX #6196DF Cornflower Blue

📋 copy color: '#6196DF'

red 97 ◦ green 150 ◦ blue 223

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

Shades of Cornflower Blue #6196DF

Tints of Cornflower Blue #6196DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

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

R = 20.64%
G = 31.91%
B = 47.45%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6196DF (or 0x6196DF) is known color: Cornflower Blue. HEX triplet: 61, 96 and DF. RGB value is (97,150,223). Sum of RGB (Red+Green+Blue) = 97+150+223=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #6196DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6196DF is #9E6920. Grayscale: #8E8E8E. Windows color (decimal): -10381601 or 14653025. OLE color: 14653025.

HSL color Cylindrical-coordinate representation of color #6196DF: hue angle of 214.76º 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 #6196DF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 150 223 -
CMYK 0.57 0.33 0 0.13
HSL 214.76º 0.66% 0.63% -
HSV(B) 214.76º 0.57% 0.87% -
XYZ 29.16 29.68 74 -
YUV 142.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 97 150 223 0.57 0.33 0 0.13 214.76 0.66 0.63
Hex 61 96 DF 39 21 0 D D7 42 3F
Octal 141 226 337 71 41 0 15 327 102 77
Binary 1100001 10010110 11011111 111001 100001 0 1101 11010111 1000010 111111

Color Harmonies of #6196DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6196DF

Black with #6196DF

Text Example


Text Example

White with #6196DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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