Html Css Color HEX #6884CD Havelock Blue

📋 copy color: '#6884CD'

red 104 ◦ green 132 ◦ blue 205

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

Shades of Havelock Blue #6884CD

Tints of Havelock Blue #6884CD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

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

R = 23.58%
G = 29.93%
B = 46.49%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6884CD (or 0x6884CD) is known color: Havelock Blue. HEX triplet: 68, 84 and CD. RGB value is (104,132,205). Sum of RGB (Red+Green+Blue) = 104+132+205=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6884CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884CD is #977B32. Grayscale: #838383. Windows color (decimal): -9927475 or 13468776. OLE color: 13468776.

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

Color convert

RGB 104 132 205 -
CMYK 0.49 0.36 0 0.20
HSL 223.37º 0.5% 0.61% -
HSV(B) 223.37º 0.49% 0.8% -
XYZ 24.98 23.85 61.05 -
YUV 131.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 104 132 205 0.49 0.36 0 0.20 223.37 0.5 0.61
Hex 68 84 CD 31 24 0 14 DF 32 3D
Octal 150 204 315 61 44 0 24 337 62 75
Binary 1101000 10000100 11001101 110001 100100 0 10100 11011111 110010 111101

Color Harmonies of #6884CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884CD

Black with #6884CD

Text Example


Text Example

White with #6884CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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