Html Css Color HEX #6980CE Havelock Blue

📋 copy color: '#6980CE'

red 105 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #6980CE

Tints of Havelock Blue #6980CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 23.92%
G = 29.16%
B = 46.92%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6980CE (or 0x6980CE) is known color: Havelock Blue. HEX triplet: 69, 80 and CE. RGB value is (105,128,206). Sum of RGB (Red+Green+Blue) = 105+128+206=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #6980CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980CE is #967F31. Grayscale: #818181. Windows color (decimal): -9862962 or 13533289. OLE color: 13533289.

HSL color Cylindrical-coordinate representation of color #6980CE: hue angle of 226.34º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6980CE is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 128 206 -
CMYK 0.49 0.38 0 0.19
HSL 226.34º 0.51% 0.61% -
HSV(B) 226.34º 0.49% 0.81% -
XYZ 24.69 22.9 61.51 -
YUV 130.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 105 128 206 0.49 0.38 0 0.19 226.34 0.51 0.61
Hex 69 80 CE 31 26 0 13 E2 33 3D
Octal 151 200 316 61 46 0 23 342 63 75
Binary 1101001 10000000 11001110 110001 100110 0 10011 11100010 110011 111101

Color Harmonies of #6980CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980CE

Black with #6980CE

Text Example


Text Example

White with #6980CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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