Html Css Color HEX #6984CF Havelock Blue

📋 copy color: '#6984CF'

red 105 ◦ green 132 ◦ blue 207

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

Shades of Havelock Blue #6984CF

Tints of Havelock Blue #6984CF

RGB

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

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

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

R = 23.65%
G = 29.73%
B = 46.62%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6984CF (or 0x6984CF) is known color: Havelock Blue. HEX triplet: 69, 84 and CF. RGB value is (105,132,207). Sum of RGB (Red+Green+Blue) = 105+132+207=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #6984CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6984CF is #967B30. Grayscale: #848484. Windows color (decimal): -9861937 or 13599849. OLE color: 13599849.

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

Color convert

RGB 105 132 207 -
CMYK 0.49 0.36 0 0.19
HSL 224.12º 0.52% 0.61% -
HSV(B) 224.12º 0.49% 0.81% -
XYZ 25.34 24.01 62.33 -
YUV 132.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 105 132 207 0.49 0.36 0 0.19 224.12 0.52 0.61
Hex 69 84 CF 31 24 0 13 E0 34 3D
Octal 151 204 317 61 44 0 23 340 64 75
Binary 1101001 10000100 11001111 110001 100100 0 10011 11100000 110100 111101

Color Harmonies of #6984CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6984CF

Black with #6984CF

Text Example


Text Example

White with #6984CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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