Html Css Color HEX #6195DB Cornflower Blue

📋 copy color: '#6195DB'

red 97 ◦ green 149 ◦ blue 219

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

Shades of Cornflower Blue #6195DB

Tints of Cornflower Blue #6195DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 20.86%
G = 32.04%
B = 47.1%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6195DB (or 0x6195DB) is known color: Cornflower Blue. HEX triplet: 61, 95 and DB. RGB value is (97,149,219). Sum of RGB (Red+Green+Blue) = 97+149+219=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #6195DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195DB is #9E6A24. Grayscale: #8D8D8D. Windows color (decimal): -10381861 or 14390625. OLE color: 14390625.

HSL color Cylindrical-coordinate representation of color #6195DB: hue angle of 214.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6195DB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 149 219 -
CMYK 0.56 0.32 0 0.14
HSL 214.43º 0.63% 0.62% -
HSV(B) 214.43º 0.56% 0.86% -
XYZ 28.46 29.15 71.14 -
YUV 141.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 97 149 219 0.56 0.32 0 0.14 214.43 0.63 0.62
Hex 61 95 DB 38 20 0 E D6 3F 3E
Octal 141 225 333 70 40 0 16 326 77 76
Binary 1100001 10010101 11011011 111000 100000 0 1110 11010110 111111 111110

Color Harmonies of #6195DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6195DB

Black with #6195DB

Text Example


Text Example

White with #6195DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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