Html Css Color HEX #6884CF Havelock Blue

📋 copy color: '#6884CF'

red 104 ◦ green 132 ◦ blue 207

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

Shades of Havelock Blue #6884CF

Tints of Havelock Blue #6884CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 23.48%
G = 29.8%
B = 46.73%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6884CF (or 0x6884CF) is known color: Havelock Blue. HEX triplet: 68, 84 and CF. RGB value is (104,132,207). Sum of RGB (Red+Green+Blue) = 104+132+207=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #6884CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884CF is #977B30. Grayscale: #838383. Windows color (decimal): -9927473 or 13599848. OLE color: 13599848.

HSL color Cylindrical-coordinate representation of color #6884CF: hue angle of 223.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6884CF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 132 207 -
CMYK 0.50 0.36 0 0.19
HSL 223.69º 0.52% 0.61% -
HSV(B) 223.69º 0.5% 0.81% -
XYZ 25.22 23.95 62.33 -
YUV 132.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 104 132 207 0.50 0.36 0 0.19 223.69 0.52 0.61
Hex 68 84 CF 32 24 0 13 E0 34 3D
Octal 150 204 317 62 44 0 23 340 64 75
Binary 1101000 10000100 11001111 110010 100100 0 10011 11100000 110100 111101

Color Harmonies of #6884CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884CF

Black with #6884CF

Text Example


Text Example

White with #6884CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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