Html Css Color HEX #6596DB Cornflower Blue

📋 copy color: '#6596DB'

red 101 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #6596DB

Tints of Cornflower Blue #6596DB

RGB

 RED value IS 101 (39.84% from 255) = 21.49%

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

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

R = 21.49%
G = 31.91%
B = 46.6%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6596DB (or 0x6596DB) is known color: Cornflower Blue. HEX triplet: 65, 96 and DB. RGB value is (101,150,219). Sum of RGB (Red+Green+Blue) = 101+150+219=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #6596DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596DB is #9A6924. Grayscale: #8E8E8E. Windows color (decimal): -10119461 or 14390885. OLE color: 14390885.

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

Color convert

RGB 101 150 219 -
CMYK 0.54 0.32 0 0.14
HSL 215.08º 0.62% 0.63% -
HSV(B) 215.08º 0.54% 0.86% -
XYZ 29.06 29.69 71.22 -
YUV 143.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 101 150 219 0.54 0.32 0 0.14 215.08 0.62 0.63
Hex 65 96 DB 36 20 0 E D7 3E 3F
Octal 145 226 333 66 40 0 16 327 76 77
Binary 1100101 10010110 11011011 110110 100000 0 1110 11010111 111110 111111

Color Harmonies of #6596DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6596DB

Black with #6596DB

Text Example


Text Example

White with #6596DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,150,219); }

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

background-color css

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

 a { background-color: rgb(101,150,219); }

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

border-color css

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

 span { border-color: rgb(101,150,219); }

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