Html Css Color HEX #6594DD Cornflower Blue

📋 copy color: '#6594DD'

red 101 ◦ green 148 ◦ blue 221

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

Shades of Cornflower Blue #6594DD

Tints of Cornflower Blue #6594DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

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

R = 21.49%
G = 31.49%
B = 47.02%

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

#6594DD (or 0x6594DD) is known color: Cornflower Blue. HEX triplet: 65, 94 and DD. RGB value is (101,148,221). Sum of RGB (Red+Green+Blue) = 101+148+221=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #6594DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594DD is #9A6B22. Grayscale: #8D8D8D. Windows color (decimal): -10119971 or 14521445. OLE color: 14521445.

HSL color Cylindrical-coordinate representation of color #6594DD: hue angle of 216.5º 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 #6594DD is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 148 221 -
CMYK 0.54 0.33 0 0.13
HSL 216.5º 0.64% 0.63% -
HSV(B) 216.5º 0.54% 0.87% -
XYZ 29.01 29.17 72.51 -
YUV 142.27 172.43 98.56 -
System Red Green Blue C M Y K H S L
Decimal 101 148 221 0.54 0.33 0 0.13 216.5 0.64 0.63
Hex 65 94 DD 36 21 0 D D8 40 3F
Octal 145 224 335 66 41 0 15 330 100 77
Binary 1100101 10010100 11011101 110110 100001 0 1101 11011000 1000000 111111

Color Harmonies of #6594DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6594DD

Black with #6594DD

Text Example


Text Example

White with #6594DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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