Html Css Color HEX #6585EA Cornflower Blue

📋 copy color: '#6585EA'

red 101 ◦ green 133 ◦ blue 234

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

Shades of Cornflower Blue #6585EA

Tints of Cornflower Blue #6585EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 234 (91.8% from 255) = 50%

R = 21.58%
G = 28.42%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6585EA (or 0x6585EA) is known color: Cornflower Blue. HEX triplet: 65, 85 and EA. RGB value is (101,133,234). Sum of RGB (Red+Green+Blue) = 101+133+234=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #6585EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6585EA is #9A7A15. Grayscale: #868686. Windows color (decimal): -10123798 or 15369573. OLE color: 15369573.

HSL color Cylindrical-coordinate representation of color #6585EA: hue angle of 225.56º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6585EA is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 133 234 -
CMYK 0.57 0.43 0 0.08
HSL 225.56º 0.76% 0.66% -
HSV(B) 225.56º 0.57% 0.92% -
XYZ 28.61 25.48 81.25 -
YUV 134.95 183.9 103.79 -
System Red Green Blue C M Y K H S L
Decimal 101 133 234 0.57 0.43 0 0.08 225.56 0.76 0.66
Hex 65 85 EA 39 2B 0 8 E2 4C 42
Octal 145 205 352 71 53 0 10 342 114 102
Binary 1100101 10000101 11101010 111001 101011 0 1000 11100010 1001100 1000010

Color Harmonies of #6585EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6585EA

Black with #6585EA

Text Example


Text Example

White with #6585EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6585EA; }

 p { color: rgb(101,133,234); }

 H1.HeaderClassName
 {
   color: #6585EA;
 }
 .AnyTagClassName
 {
   color: #6585EA;
 }
</style>

background-color css

<style>
 a { background-color: #6585EA; }

 a { background-color: rgb(101,133,234); }

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

border-color css

<style>
 span { border-color: #6585EA; }

 span { border-color: rgb(101,133,234); }

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