Html Css Color HEX #6982C5 Havelock Blue

📋 copy color: '#6982C5'

red 105 ◦ green 130 ◦ blue 197

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

Shades of Havelock Blue #6982C5

Tints of Havelock Blue #6982C5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 24.31%
G = 30.09%
B = 45.6%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6982C5 (or 0x6982C5) is known color: Havelock Blue. HEX triplet: 69, 82 and C5. RGB value is (105,130,197). Sum of RGB (Red+Green+Blue) = 105+130+197=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #6982C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982C5 is #967D3A. Grayscale: #818181. Windows color (decimal): -9862459 or 12943977. OLE color: 12943977.

HSL color Cylindrical-coordinate representation of color #6982C5: hue angle of 223.7º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6982C5 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 105 130 197 -
CMYK 0.47 0.34 0 0.23
HSL 223.7º 0.44% 0.59% -
HSV(B) 223.7º 0.47% 0.77% -
XYZ 23.89 23 56 -
YUV 130.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 105 130 197 0.47 0.34 0 0.23 223.7 0.44 0.59
Hex 69 82 C5 2F 22 0 17 E0 2C 3B
Octal 151 202 305 57 42 0 27 340 54 73
Binary 1101001 10000010 11000101 101111 100010 0 10111 11100000 101100 111011

Color Harmonies of #6982C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982C5

Black with #6982C5

Text Example


Text Example

White with #6982C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6982C5; }

 p { color: rgb(105,130,197); }

 H1.HeaderClassName
 {
   color: #6982C5;
 }
 .AnyTagClassName
 {
   color: #6982C5;
 }
</style>

background-color css

<style>
 a { background-color: #6982C5; }

 a { background-color: rgb(105,130,197); }

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

border-color css

<style>
 span { border-color: #6982C5; }

 span { border-color: rgb(105,130,197); }

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