Html Css Color HEX #6586ED Cornflower Blue

📋 copy color: '#6586ED'

red 101 ◦ green 134 ◦ blue 237

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

Shades of Cornflower Blue #6586ED

Tints of Cornflower Blue #6586ED

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.39%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 21.4%
G = 28.39%
B = 50.21%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6586ED (or 0x6586ED) is known color: Cornflower Blue. HEX triplet: 65, 86 and ED. RGB value is (101,134,237). Sum of RGB (Red+Green+Blue) = 101+134+237=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #6586ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6586ED is #9A7912. Grayscale: #878787. Windows color (decimal): -10123539 or 15566437. OLE color: 15566437.

HSL color Cylindrical-coordinate representation of color #6586ED: hue angle of 225.44º degrees, saturation: 0.79, 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 #6586ED is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 134 237 -
CMYK 0.57 0.43 0 0.07
HSL 225.44º 0.79% 0.66% -
HSV(B) 225.44º 0.57% 0.93% -
XYZ 29.18 25.93 83.59 -
YUV 135.88 185.07 103.12 -
System Red Green Blue C M Y K H S L
Decimal 101 134 237 0.57 0.43 0 0.07 225.44 0.79 0.66
Hex 65 86 ED 39 2B 0 7 E1 4F 42
Octal 145 206 355 71 53 0 7 341 117 102
Binary 1100101 10000110 11101101 111001 101011 0 111 11100001 1001111 1000010

Color Harmonies of #6586ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6586ED

Black with #6586ED

Text Example


Text Example

White with #6586ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6586ED; }

 p { color: rgb(101,134,237); }

 H1.HeaderClassName
 {
   color: #6586ED;
 }
 .AnyTagClassName
 {
   color: #6586ED;
 }
</style>

background-color css

<style>
 a { background-color: #6586ED; }

 a { background-color: rgb(101,134,237); }

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

border-color css

<style>
 span { border-color: #6586ED; }

 span { border-color: rgb(101,134,237); }

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