Html Css Color HEX #6080FF Cornflower Blue

📋 copy color: '#6080FF'

red 96 ◦ green 128 ◦ blue 255

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

Shades of Cornflower Blue #6080FF

Tints of Cornflower Blue #6080FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 20.04%
G = 26.72%
B = 53.24%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6080FF (or 0x6080FF) is known color: Cornflower Blue. HEX triplet: 60, 80 and FF. RGB value is (96,128,255). Sum of RGB (Red+Green+Blue) = 96+128+255=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #6080FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6080FF is #9F7F00. Grayscale: #848484. Windows color (decimal): -10452737 or 16744544. OLE color: 16744544.

HSL color Cylindrical-coordinate representation of color #6080FF: hue angle of 227.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6080FF is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 128 255 -
CMYK 0.62 0.50 0 0
HSL 227.92º 1% 0.69% -
HSV(B) 227.92º 0.62% 1% -
XYZ 30.59 25.15 97.85 -
YUV 132.91 196.9 101.67 -
System Red Green Blue C M Y K H S L
Decimal 96 128 255 0.62 0.50 0 0 227.92 1 0.69
Hex 60 80 FF 3E 32 0 0 E4 64 45
Octal 140 200 377 76 62 0 0 344 144 105
Binary 1100000 10000000 11111111 111110 110010 0 0 11100100 1100100 1000101

Color Harmonies of #6080FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080FF

Black with #6080FF

Text Example


Text Example

White with #6080FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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