Html Css Color HEX #6580E0 Cornflower Blue

📋 copy color: '#6580E0'

red 101 ◦ green 128 ◦ blue 224

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

Shades of Cornflower Blue #6580E0

Tints of Cornflower Blue #6580E0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 22.3%
G = 28.26%
B = 49.45%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6580E0 (or 0x6580E0) is known color: Cornflower Blue. HEX triplet: 65, 80 and E0. RGB value is (101,128,224). Sum of RGB (Red+Green+Blue) = 101+128+224=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #6580E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580E0 is #9A7F1F. Grayscale: #828282. Windows color (decimal): -10125088 or 14712933. OLE color: 14712933.

HSL color Cylindrical-coordinate representation of color #6580E0: hue angle of 226.83º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6580E0 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 128 224 -
CMYK 0.55 0.43 0 0.12
HSL 226.83º 0.66% 0.64% -
HSV(B) 226.83º 0.55% 0.88% -
XYZ 26.54 23.59 73.67 -
YUV 130.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 101 128 224 0.55 0.43 0 0.12 226.83 0.66 0.64
Hex 65 80 E0 37 2B 0 C E3 42 40
Octal 145 200 340 67 53 0 14 343 102 100
Binary 1100101 10000000 11100000 110111 101011 0 1100 11100011 1000010 1000000

Color Harmonies of #6580E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6580E0

Black with #6580E0

Text Example


Text Example

White with #6580E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6580E0; }

 p { color: rgb(101,128,224); }

 H1.HeaderClassName
 {
   color: #6580E0;
 }
 .AnyTagClassName
 {
   color: #6580E0;
 }
</style>

background-color css

<style>
 a { background-color: #6580E0; }

 a { background-color: rgb(101,128,224); }

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

border-color css

<style>
 span { border-color: #6580E0; }

 span { border-color: rgb(101,128,224); }

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