Html Css Color HEX #6594DC Cornflower Blue

📋 copy color: '#6594DC'

red 101 ◦ green 148 ◦ blue 220

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

Shades of Cornflower Blue #6594DC

Tints of Cornflower Blue #6594DC

RGB

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

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

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

R = 21.54%
G = 31.56%
B = 46.91%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6594DC (or 0x6594DC) is known color: Cornflower Blue. HEX triplet: 65, 94 and DC. RGB value is (101,148,220). Sum of RGB (Red+Green+Blue) = 101+148+220=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6594DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594DC is #9A6B23. Grayscale: #8D8D8D. Windows color (decimal): -10119972 or 14455909. OLE color: 14455909.

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

Color convert

RGB 101 148 220 -
CMYK 0.54 0.33 0 0.14
HSL 216.3º 0.63% 0.63% -
HSV(B) 216.3º 0.54% 0.86% -
XYZ 28.88 29.11 71.81 -
YUV 142.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 101 148 220 0.54 0.33 0 0.14 216.3 0.63 0.63
Hex 65 94 DC 36 21 0 E D8 3F 3F
Octal 145 224 334 66 41 0 16 330 77 77
Binary 1100101 10010100 11011100 110110 100001 0 1110 11011000 111111 111111

Color Harmonies of #6594DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6594DC

Black with #6594DC

Text Example


Text Example

White with #6594DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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