Html Css Color HEX #6980CB Havelock Blue

📋 copy color: '#6980CB'

red 105 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #6980CB

Tints of Havelock Blue #6980CB

RGB

 RED value IS 105 (41.41% from 255) = 24.08%

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 24.08%
G = 29.36%
B = 46.56%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6980CB (or 0x6980CB) is known color: Havelock Blue. HEX triplet: 69, 80 and CB. RGB value is (105,128,203). Sum of RGB (Red+Green+Blue) = 105+128+203=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6980CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980CB is #967F34. Grayscale: #818181. Windows color (decimal): -9862965 or 13336681. OLE color: 13336681.

HSL color Cylindrical-coordinate representation of color #6980CB: hue angle of 225.92º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6980CB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 128 203 -
CMYK 0.48 0.37 0 0.20
HSL 225.92º 0.49% 0.6% -
HSV(B) 225.92º 0.48% 0.8% -
XYZ 24.32 22.75 59.61 -
YUV 129.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 105 128 203 0.48 0.37 0 0.20 225.92 0.49 0.6
Hex 69 80 CB 30 25 0 14 E2 31 3C
Octal 151 200 313 60 45 0 24 342 61 74
Binary 1101001 10000000 11001011 110000 100101 0 10100 11100010 110001 111100

Color Harmonies of #6980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980CB

Black with #6980CB

Text Example


Text Example

White with #6980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6980CB; }

 p { color: rgb(105,128,203); }

 H1.HeaderClassName
 {
   color: #6980CB;
 }
 .AnyTagClassName
 {
   color: #6980CB;
 }
</style>

background-color css

<style>
 a { background-color: #6980CB; }

 a { background-color: rgb(105,128,203); }

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

border-color css

<style>
 span { border-color: #6980CB; }

 span { border-color: rgb(105,128,203); }

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