Html Css Color HEX #6584EC Cornflower Blue

📋 copy color: '#6584EC'

red 101 ◦ green 132 ◦ blue 236

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

Shades of Cornflower Blue #6584EC

Tints of Cornflower Blue #6584EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 21.54%
G = 28.14%
B = 50.32%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6584EC (or 0x6584EC) is known color: Cornflower Blue. HEX triplet: 65, 84 and EC. RGB value is (101,132,236). Sum of RGB (Red+Green+Blue) = 101+132+236=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #6584EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6584EC is #9A7B13. Grayscale: #868686. Windows color (decimal): -10124052 or 15500389. OLE color: 15500389.

HSL color Cylindrical-coordinate representation of color #6584EC: hue angle of 226.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6584EC is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 132 236 -
CMYK 0.57 0.44 0 0.07
HSL 226.22º 0.78% 0.66% -
HSV(B) 226.22º 0.57% 0.93% -
XYZ 28.76 25.33 82.73 -
YUV 134.59 185.23 104.04 -
System Red Green Blue C M Y K H S L
Decimal 101 132 236 0.57 0.44 0 0.07 226.22 0.78 0.66
Hex 65 84 EC 39 2C 0 7 E2 4E 42
Octal 145 204 354 71 54 0 7 342 116 102
Binary 1100101 10000100 11101100 111001 101100 0 111 11100010 1001110 1000010

Color Harmonies of #6584EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584EC

Black with #6584EC

Text Example


Text Example

White with #6584EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6584EC; }

 p { color: rgb(101,132,236); }

 H1.HeaderClassName
 {
   color: #6584EC;
 }
 .AnyTagClassName
 {
   color: #6584EC;
 }
</style>

background-color css

<style>
 a { background-color: #6584EC; }

 a { background-color: rgb(101,132,236); }

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

border-color css

<style>
 span { border-color: #6584EC; }

 span { border-color: rgb(101,132,236); }

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