Html Css Color HEX #6595DB Cornflower Blue

📋 copy color: '#6595DB'

red 101 ◦ green 149 ◦ blue 219

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

Shades of Cornflower Blue #6595DB

Tints of Cornflower Blue #6595DB

RGB

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

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

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

R = 21.54%
G = 31.77%
B = 46.7%

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

#6595DB (or 0x6595DB) is known color: Cornflower Blue. HEX triplet: 65, 95 and DB. RGB value is (101,149,219). Sum of RGB (Red+Green+Blue) = 101+149+219=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6595DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595DB is #9A6A24. Grayscale: #8E8E8E. Windows color (decimal): -10119717 or 14390629. OLE color: 14390629.

HSL color Cylindrical-coordinate representation of color #6595DB: hue angle of 215.59º 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 #6595DB is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 149 219 -
CMYK 0.54 0.32 0 0.14
HSL 215.59º 0.62% 0.63% -
HSV(B) 215.59º 0.54% 0.86% -
XYZ 28.9 29.38 71.16 -
YUV 142.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 101 149 219 0.54 0.32 0 0.14 215.59 0.62 0.63
Hex 65 95 DB 36 20 0 E D8 3E 3F
Octal 145 225 333 66 40 0 16 330 76 77
Binary 1100101 10010101 11011011 110110 100000 0 1110 11011000 111110 111111

Color Harmonies of #6595DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595DB

Black with #6595DB

Text Example


Text Example

White with #6595DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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