Html Css Color HEX #6595DD Cornflower Blue

📋 copy color: '#6595DD'

red 101 ◦ green 149 ◦ blue 221

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

Shades of Cornflower Blue #6595DD

Tints of Cornflower Blue #6595DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 21.44%
G = 31.63%
B = 46.92%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6595DD (or 0x6595DD) is known color: Cornflower Blue. HEX triplet: 65, 95 and DD. RGB value is (101,149,221). Sum of RGB (Red+Green+Blue) = 101+149+221=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #6595DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595DD is #9A6A22. Grayscale: #8E8E8E. Windows color (decimal): -10119715 or 14521701. OLE color: 14521701.

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

Color convert

RGB 101 149 221 -
CMYK 0.54 0.33 0 0.13
HSL 216º 0.64% 0.63% -
HSV(B) 216º 0.54% 0.87% -
XYZ 29.17 29.48 72.56 -
YUV 142.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 101 149 221 0.54 0.33 0 0.13 216 0.64 0.63
Hex 65 95 DD 36 21 0 D D8 40 3F
Octal 145 225 335 66 41 0 15 330 100 77
Binary 1100101 10010101 11011101 110110 100001 0 1101 11011000 1000000 111111

Color Harmonies of #6595DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595DD

Black with #6595DD

Text Example


Text Example

White with #6595DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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