Html Css Color HEX #6596DF Cornflower Blue

📋 copy color: '#6596DF'

red 101 ◦ green 150 ◦ blue 223

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

Shades of Cornflower Blue #6596DF

Tints of Cornflower Blue #6596DF

RGB

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

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

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

R = 21.31%
G = 31.65%
B = 47.05%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6596DF (or 0x6596DF) is known color: Cornflower Blue. HEX triplet: 65, 96 and DF. RGB value is (101,150,223). Sum of RGB (Red+Green+Blue) = 101+150+223=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #6596DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596DF is #9A6920. Grayscale: #8F8F8F. Windows color (decimal): -10119457 or 14653029. OLE color: 14653029.

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

Color convert

RGB 101 150 223 -
CMYK 0.55 0.33 0 0.13
HSL 215.9º 0.66% 0.64% -
HSV(B) 215.9º 0.55% 0.87% -
XYZ 29.59 29.91 74.03 -
YUV 143.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 101 150 223 0.55 0.33 0 0.13 215.9 0.66 0.64
Hex 65 96 DF 37 21 0 D D8 42 40
Octal 145 226 337 67 41 0 15 330 102 100
Binary 1100101 10010110 11011111 110111 100001 0 1101 11011000 1000010 1000000

Color Harmonies of #6596DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6596DF

Black with #6596DF

Text Example


Text Example

White with #6596DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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