Html Css Color HEX #6582EC Cornflower Blue

📋 copy color: '#6582EC'

red 101 ◦ green 130 ◦ blue 236

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

Shades of Cornflower Blue #6582EC

Tints of Cornflower Blue #6582EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

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

R = 21.63%
G = 27.84%
B = 50.54%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6582EC (or 0x6582EC) is known color: Cornflower Blue. HEX triplet: 65, 82 and EC. RGB value is (101,130,236). Sum of RGB (Red+Green+Blue) = 101+130+236=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #6582EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582EC is #9A7D13. Grayscale: #848484. Windows color (decimal): -10124564 or 15499877. OLE color: 15499877.

HSL color Cylindrical-coordinate representation of color #6582EC: hue angle of 227.11º 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 #6582EC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 130 236 -
CMYK 0.57 0.45 0 0.07
HSL 227.11º 0.78% 0.66% -
HSV(B) 227.11º 0.57% 0.93% -
XYZ 28.49 24.79 82.64 -
YUV 133.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 101 130 236 0.57 0.45 0 0.07 227.11 0.78 0.66
Hex 65 82 EC 39 2D 0 7 E3 4E 42
Octal 145 202 354 71 55 0 7 343 116 102
Binary 1100101 10000010 11101100 111001 101101 0 111 11100011 1001110 1000010

Color Harmonies of #6582EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582EC

Black with #6582EC

Text Example


Text Example

White with #6582EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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