Html Css Color HEX #6080BC Havelock Blue

📋 copy color: '#6080BC'

red 96 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #6080BC

Tints of Havelock Blue #6080BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 23.3%
G = 31.07%
B = 45.63%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6080BC (or 0x6080BC) is known color: Havelock Blue. HEX triplet: 60, 80 and BC. RGB value is (96,128,188). Sum of RGB (Red+Green+Blue) = 96+128+188=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #6080BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6080BC is #9F7F43. Grayscale: #7D7D7D. Windows color (decimal): -10452804 or 12353632. OLE color: 12353632.

HSL color Cylindrical-coordinate representation of color #6080BC: hue angle of 219.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6080BC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 128 188 -
CMYK 0.49 0.32 0 0.26
HSL 219.13º 0.41% 0.56% -
HSV(B) 219.13º 0.49% 0.74% -
XYZ 21.62 21.56 50.6 -
YUV 125.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 96 128 188 0.49 0.32 0 0.26 219.13 0.41 0.56
Hex 60 80 BC 31 20 0 1A DB 29 38
Octal 140 200 274 61 40 0 32 333 51 70
Binary 1100000 10000000 10111100 110001 100000 0 11010 11011011 101001 111000

Color Harmonies of #6080BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6080BC

Black with #6080BC

Text Example


Text Example

White with #6080BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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