Html Css Color HEX #6382BE Havelock Blue

📋 copy color: '#6382BE'

red 99 ◦ green 130 ◦ blue 190

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

Shades of Havelock Blue #6382BE

Tints of Havelock Blue #6382BE

RGB

 RED value IS 99 (39.06% from 255) = 23.63%

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 23.63%
G = 31.03%
B = 45.35%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6382BE (or 0x6382BE) is known color: Havelock Blue. HEX triplet: 63, 82 and BE. RGB value is (99,130,190). Sum of RGB (Red+Green+Blue) = 99+130+190=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #6382BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382BE is #9C7D41. Grayscale: #7F7F7F. Windows color (decimal): -10255682 or 12485219. OLE color: 12485219.

HSL color Cylindrical-coordinate representation of color #6382BE: hue angle of 219.56º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6382BE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 130 190 -
CMYK 0.48 0.32 0 0.25
HSL 219.56º 0.41% 0.57% -
HSV(B) 219.56º 0.48% 0.75% -
XYZ 22.42 22.34 51.84 -
YUV 127.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 99 130 190 0.48 0.32 0 0.25 219.56 0.41 0.57
Hex 63 82 BE 30 20 0 19 DC 29 39
Octal 143 202 276 60 40 0 31 334 51 71
Binary 1100011 10000010 10111110 110000 100000 0 11001 11011100 101001 111001

Color Harmonies of #6382BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6382BE

Black with #6382BE

Text Example


Text Example

White with #6382BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6382BE; }

 p { color: rgb(99,130,190); }

 H1.HeaderClassName
 {
   color: #6382BE;
 }
 .AnyTagClassName
 {
   color: #6382BE;
 }
</style>

background-color css

<style>
 a { background-color: #6382BE; }

 a { background-color: rgb(99,130,190); }

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

border-color css

<style>
 span { border-color: #6382BE; }

 span { border-color: rgb(99,130,190); }

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