Html Css Color HEX #6882CD Havelock Blue

📋 copy color: '#6882CD'

red 104 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #6882CD

Tints of Havelock Blue #6882CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 23.69%
G = 29.61%
B = 46.7%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6882CD (or 0x6882CD) is known color: Havelock Blue. HEX triplet: 68, 82 and CD. RGB value is (104,130,205). Sum of RGB (Red+Green+Blue) = 104+130+205=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #6882CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882CD is #977D32. Grayscale: #828282. Windows color (decimal): -9927987 or 13468264. OLE color: 13468264.

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

Color convert

RGB 104 130 205 -
CMYK 0.49 0.37 0 0.20
HSL 224.55º 0.5% 0.61% -
HSV(B) 224.55º 0.49% 0.8% -
XYZ 24.71 23.32 60.96 -
YUV 130.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 104 130 205 0.49 0.37 0 0.20 224.55 0.5 0.61
Hex 68 82 CD 31 25 0 14 E1 32 3D
Octal 150 202 315 61 45 0 24 341 62 75
Binary 1101000 10000010 11001101 110001 100101 0 10100 11100001 110010 111101

Color Harmonies of #6882CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882CD

Black with #6882CD

Text Example


Text Example

White with #6882CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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