Html Css Color HEX #6080DB Cornflower Blue

📋 copy color: '#6080DB'

red 96 ◦ green 128 ◦ blue 219

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

Shades of Cornflower Blue #6080DB

Tints of Cornflower Blue #6080DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 21.67%
G = 28.89%
B = 49.44%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6080DB (or 0x6080DB) is known color: Cornflower Blue. HEX triplet: 60, 80 and DB. RGB value is (96,128,219). Sum of RGB (Red+Green+Blue) = 96+128+219=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #6080DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080DB is #9F7F24. Grayscale: #808080. Windows color (decimal): -10452773 or 14385248. OLE color: 14385248.

HSL color Cylindrical-coordinate representation of color #6080DB: hue angle of 224.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6080DB is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 128 219 -
CMYK 0.56 0.42 0 0.14
HSL 224.39º 0.63% 0.62% -
HSV(B) 224.39º 0.56% 0.86% -
XYZ 25.33 23.04 70.13 -
YUV 128.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 96 128 219 0.56 0.42 0 0.14 224.39 0.63 0.62
Hex 60 80 DB 38 2A 0 E E0 3F 3E
Octal 140 200 333 70 52 0 16 340 77 76
Binary 1100000 10000000 11011011 111000 101010 0 1110 11100000 111111 111110

Color Harmonies of #6080DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080DB

Black with #6080DB

Text Example


Text Example

White with #6080DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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