Html Css Color HEX #6380BC Havelock Blue

📋 copy color: '#6380BC'

red 99 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #6380BC

Tints of Havelock Blue #6380BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 23.86%
G = 30.84%
B = 45.3%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6380BC (or 0x6380BC) is known color: Havelock Blue. HEX triplet: 63, 80 and BC. RGB value is (99,128,188). Sum of RGB (Red+Green+Blue) = 99+128+188=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #6380BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380BC is #9C7F43. Grayscale: #7D7D7D. Windows color (decimal): -10256196 or 12353635. OLE color: 12353635.

HSL color Cylindrical-coordinate representation of color #6380BC: hue angle of 220.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6380BC is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 128 188 -
CMYK 0.47 0.32 0 0.26
HSL 220.45º 0.4% 0.56% -
HSV(B) 220.45º 0.47% 0.74% -
XYZ 21.94 21.72 50.61 -
YUV 126.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 99 128 188 0.47 0.32 0 0.26 220.45 0.4 0.56
Hex 63 80 BC 2F 20 0 1A DC 28 38
Octal 143 200 274 57 40 0 32 334 50 70
Binary 1100011 10000000 10111100 101111 100000 0 11010 11011100 101000 111000

Color Harmonies of #6380BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380BC

Black with #6380BC

Text Example


Text Example

White with #6380BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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