Html Css Color HEX #6195DF Cornflower Blue

📋 copy color: '#6195DF'

red 97 ◦ green 149 ◦ blue 223

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

Shades of Cornflower Blue #6195DF

Tints of Cornflower Blue #6195DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

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

R = 20.68%
G = 31.77%
B = 47.55%

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

#6195DF (or 0x6195DF) is known color: Cornflower Blue. HEX triplet: 61, 95 and DF. RGB value is (97,149,223). Sum of RGB (Red+Green+Blue) = 97+149+223=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #6195DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195DF is #9E6A20. Grayscale: #8D8D8D. Windows color (decimal): -10381857 or 14652769. OLE color: 14652769.

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

Color convert

RGB 97 149 223 -
CMYK 0.57 0.33 0 0.13
HSL 215.24º 0.66% 0.63% -
HSV(B) 215.24º 0.57% 0.87% -
XYZ 29 29.36 73.95 -
YUV 141.89 173.77 95.98 -
System Red Green Blue C M Y K H S L
Decimal 97 149 223 0.57 0.33 0 0.13 215.24 0.66 0.63
Hex 61 95 DF 39 21 0 D D7 42 3F
Octal 141 225 337 71 41 0 15 327 102 77
Binary 1100001 10010101 11011111 111001 100001 0 1101 11010111 1000010 111111

Color Harmonies of #6195DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6195DF

Black with #6195DF

Text Example


Text Example

White with #6195DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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