Html Css Color HEX #6380BF Havelock Blue

📋 copy color: '#6380BF'

red 99 ◦ green 128 ◦ blue 191

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

Shades of Havelock Blue #6380BF

Tints of Havelock Blue #6380BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 23.68%
G = 30.62%
B = 45.69%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6380BF (or 0x6380BF) is known color: Havelock Blue. HEX triplet: 63, 80 and BF. RGB value is (99,128,191). Sum of RGB (Red+Green+Blue) = 99+128+191=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #6380BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380BF is #9C7F40. Grayscale: #7E7E7E. Windows color (decimal): -10256193 or 12550243. OLE color: 12550243.

HSL color Cylindrical-coordinate representation of color #6380BF: hue angle of 221.09º degrees, saturation: 0.42, 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 #6380BF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 128 191 -
CMYK 0.48 0.33 0 0.25
HSL 221.09º 0.42% 0.57% -
HSV(B) 221.09º 0.48% 0.75% -
XYZ 22.27 21.85 52.33 -
YUV 126.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 99 128 191 0.48 0.33 0 0.25 221.09 0.42 0.57
Hex 63 80 BF 30 21 0 19 DD 2A 39
Octal 143 200 277 60 41 0 31 335 52 71
Binary 1100011 10000000 10111111 110000 100001 0 11001 11011101 101010 111001

Color Harmonies of #6380BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380BF

Black with #6380BF

Text Example


Text Example

White with #6380BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,128,191); }

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

background-color css

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

 a { background-color: rgb(99,128,191); }

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

border-color css

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

 span { border-color: rgb(99,128,191); }

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