Html Css Color HEX #6080E0 Cornflower Blue

📋 copy color: '#6080E0'

red 96 ◦ green 128 ◦ blue 224

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

Shades of Cornflower Blue #6080E0

Tints of Cornflower Blue #6080E0

RGB

 RED value IS 96 (37.89% from 255) = 21.43%

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

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

R = 21.43%
G = 28.57%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6080E0 (or 0x6080E0) is known color: Cornflower Blue. HEX triplet: 60, 80 and E0. RGB value is (96,128,224). Sum of RGB (Red+Green+Blue) = 96+128+224=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #6080E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080E0 is #9F7F1F. Grayscale: #808080. Windows color (decimal): -10452768 or 14712928. OLE color: 14712928.

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

Color convert

RGB 96 128 224 -
CMYK 0.57 0.43 0 0.12
HSL 225º 0.67% 0.63% -
HSV(B) 225º 0.57% 0.88% -
XYZ 26 23.31 73.65 -
YUV 129.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 96 128 224 0.57 0.43 0 0.12 225 0.67 0.63
Hex 60 80 E0 39 2B 0 C E1 43 3F
Octal 140 200 340 71 53 0 14 341 103 77
Binary 1100000 10000000 11100000 111001 101011 0 1100 11100001 1000011 111111

Color Harmonies of #6080E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080E0

Black with #6080E0

Text Example


Text Example

White with #6080E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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