Html Css Color HEX #6183BF Havelock Blue

📋 copy color: '#6183BF'

red 97 ◦ green 131 ◦ blue 191

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

Shades of Havelock Blue #6183BF

Tints of Havelock Blue #6183BF

RGB

 RED value IS 97 (38.28% from 255) = 23.15%

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 23.15%
G = 31.26%
B = 45.58%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6183BF (or 0x6183BF) is known color: Havelock Blue. HEX triplet: 61, 83 and BF. RGB value is (97,131,191). Sum of RGB (Red+Green+Blue) = 97+131+191=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #6183BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6183BF is #9E7C40. Grayscale: #7F7F7F. Windows color (decimal): -10386497 or 12551009. OLE color: 12551009.

HSL color Cylindrical-coordinate representation of color #6183BF: hue angle of 218.3º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6183BF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 131 191 -
CMYK 0.49 0.31 0 0.25
HSL 218.3º 0.42% 0.56% -
HSV(B) 218.3º 0.49% 0.75% -
XYZ 22.45 22.54 52.46 -
YUV 127.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 97 131 191 0.49 0.31 0 0.25 218.3 0.42 0.56
Hex 61 83 BF 31 1F 0 19 DA 2A 38
Octal 141 203 277 61 37 0 31 332 52 70
Binary 1100001 10000011 10111111 110001 11111 0 11001 11011010 101010 111000

Color Harmonies of #6183BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6183BF

Black with #6183BF

Text Example


Text Example

White with #6183BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6183BF; }

 p { color: rgb(97,131,191); }

 H1.HeaderClassName
 {
   color: #6183BF;
 }
 .AnyTagClassName
 {
   color: #6183BF;
 }
</style>

background-color css

<style>
 a { background-color: #6183BF; }

 a { background-color: rgb(97,131,191); }

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

border-color css

<style>
 span { border-color: #6183BF; }

 span { border-color: rgb(97,131,191); }

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