Html Css Color HEX #6882C5 Havelock Blue

📋 copy color: '#6882C5'

red 104 ◦ green 130 ◦ blue 197

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

Shades of Havelock Blue #6882C5

Tints of Havelock Blue #6882C5

RGB

 RED value IS 104 (41.02% from 255) = 24.13%

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

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

R = 24.13%
G = 30.16%
B = 45.71%

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

#6882C5 (or 0x6882C5) is known color: Havelock Blue. HEX triplet: 68, 82 and C5. RGB value is (104,130,197). Sum of RGB (Red+Green+Blue) = 104+130+197=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #6882C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882C5 is #977D3A. Grayscale: #818181. Windows color (decimal): -9927995 or 12943976. OLE color: 12943976.

HSL color Cylindrical-coordinate representation of color #6882C5: hue angle of 223.23º 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 #6882C5 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 130 197 -
CMYK 0.47 0.34 0 0.23
HSL 223.23º 0.44% 0.59% -
HSV(B) 223.23º 0.47% 0.77% -
XYZ 23.77 22.94 56 -
YUV 129.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 104 130 197 0.47 0.34 0 0.23 223.23 0.44 0.59
Hex 68 82 C5 2F 22 0 17 DF 2C 3B
Octal 150 202 305 57 42 0 27 337 54 73
Binary 1101000 10000010 11000101 101111 100010 0 10111 11011111 101100 111011

Color Harmonies of #6882C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882C5

Black with #6882C5

Text Example


Text Example

White with #6882C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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