Html Css Color HEX #6983CF Havelock Blue

📋 copy color: '#6983CF'

red 105 ◦ green 131 ◦ blue 207

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

Shades of Havelock Blue #6983CF

Tints of Havelock Blue #6983CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

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

R = 23.7%
G = 29.57%
B = 46.73%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6983CF (or 0x6983CF) is known color: Havelock Blue. HEX triplet: 69, 83 and CF. RGB value is (105,131,207). Sum of RGB (Red+Green+Blue) = 105+131+207=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 131 (51.56% from 255 or 29.57% 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 #6983CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983CF is #967C30. Grayscale: #838383. Windows color (decimal): -9862193 or 13599593. OLE color: 13599593.

HSL color Cylindrical-coordinate representation of color #6983CF: hue angle of 224.71º 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 #6983CF is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 131 207 -
CMYK 0.49 0.37 0 0.19
HSL 224.71º 0.52% 0.61% -
HSV(B) 224.71º 0.49% 0.81% -
XYZ 25.2 23.74 62.29 -
YUV 131.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 105 131 207 0.49 0.37 0 0.19 224.71 0.52 0.61
Hex 69 83 CF 31 25 0 13 E1 34 3D
Octal 151 203 317 61 45 0 23 341 64 75
Binary 1101001 10000011 11001111 110001 100101 0 10011 11100001 110100 111101

Color Harmonies of #6983CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6983CF

Black with #6983CF

Text Example


Text Example

White with #6983CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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