Html Css Color HEX #6981CB Havelock Blue

📋 copy color: '#6981CB'

red 105 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #6981CB

Tints of Havelock Blue #6981CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

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

R = 24.03%
G = 29.52%
B = 46.45%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6981CB (or 0x6981CB) is known color: Havelock Blue. HEX triplet: 69, 81 and CB. RGB value is (105,129,203). Sum of RGB (Red+Green+Blue) = 105+129+203=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #6981CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981CB is #967E34. Grayscale: #818181. Windows color (decimal): -9862709 or 13336937. OLE color: 13336937.

HSL color Cylindrical-coordinate representation of color #6981CB: hue angle of 225.31º 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 #6981CB is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 129 203 -
CMYK 0.48 0.36 0 0.20
HSL 225.31º 0.49% 0.6% -
HSV(B) 225.31º 0.48% 0.8% -
XYZ 24.46 23.02 59.65 -
YUV 130.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 105 129 203 0.48 0.36 0 0.20 225.31 0.49 0.6
Hex 69 81 CB 30 24 0 14 E1 31 3C
Octal 151 201 313 60 44 0 24 341 61 74
Binary 1101001 10000001 11001011 110000 100100 0 10100 11100001 110001 111100

Color Harmonies of #6981CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981CB

Black with #6981CB

Text Example


Text Example

White with #6981CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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