Html Css Color HEX #6591DC Cornflower Blue

📋 copy color: '#6591DC'

red 101 ◦ green 145 ◦ blue 220

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

Shades of Cornflower Blue #6591DC

Tints of Cornflower Blue #6591DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 21.67%
G = 31.12%
B = 47.21%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6591DC (or 0x6591DC) is known color: Cornflower Blue. HEX triplet: 65, 91 and DC. RGB value is (101,145,220). Sum of RGB (Red+Green+Blue) = 101+145+220=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #6591DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6591DC is #9A6E23. Grayscale: #8C8C8C. Windows color (decimal): -10120740 or 14455141. OLE color: 14455141.

HSL color Cylindrical-coordinate representation of color #6591DC: hue angle of 217.82º degrees, saturation: 0.63, 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 #6591DC is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 145 220 -
CMYK 0.54 0.34 0 0.14
HSL 217.82º 0.63% 0.63% -
HSV(B) 217.82º 0.54% 0.86% -
XYZ 28.41 28.18 71.65 -
YUV 140.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 101 145 220 0.54 0.34 0 0.14 217.82 0.63 0.63
Hex 65 91 DC 36 22 0 E DA 3F 3F
Octal 145 221 334 66 42 0 16 332 77 77
Binary 1100101 10010001 11011100 110110 100010 0 1110 11011010 111111 111111

Color Harmonies of #6591DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6591DC

Black with #6591DC

Text Example


Text Example

White with #6591DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6591DC; }

 p { color: rgb(101,145,220); }

 H1.HeaderClassName
 {
   color: #6591DC;
 }
 .AnyTagClassName
 {
   color: #6591DC;
 }
</style>

background-color css

<style>
 a { background-color: #6591DC; }

 a { background-color: rgb(101,145,220); }

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

border-color css

<style>
 span { border-color: #6591DC; }

 span { border-color: rgb(101,145,220); }

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