Html Css Color HEX #6384CB Havelock Blue

📋 copy color: '#6384CB'

red 99 ◦ green 132 ◦ blue 203

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

Shades of Havelock Blue #6384CB

Tints of Havelock Blue #6384CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 22.81%
G = 30.41%
B = 46.77%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6384CB (or 0x6384CB) is known color: Havelock Blue. HEX triplet: 63, 84 and CB. RGB value is (99,132,203). Sum of RGB (Red+Green+Blue) = 99+132+203=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #6384CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384CB is #9C7B34. Grayscale: #818181. Windows color (decimal): -10255157 or 13337699. OLE color: 13337699.

HSL color Cylindrical-coordinate representation of color #6384CB: hue angle of 220.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6384CB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 132 203 -
CMYK 0.51 0.35 0 0.20
HSL 220.96º 0.5% 0.59% -
HSV(B) 220.96º 0.51% 0.8% -
XYZ 24.18 23.47 59.76 -
YUV 130.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 99 132 203 0.51 0.35 0 0.20 220.96 0.5 0.59
Hex 63 84 CB 33 23 0 14 DD 32 3B
Octal 143 204 313 63 43 0 24 335 62 73
Binary 1100011 10000100 11001011 110011 100011 0 10100 11011101 110010 111011

Color Harmonies of #6384CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6384CB

Black with #6384CB

Text Example


Text Example

White with #6384CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6384CB; }

 p { color: rgb(99,132,203); }

 H1.HeaderClassName
 {
   color: #6384CB;
 }
 .AnyTagClassName
 {
   color: #6384CB;
 }
</style>

background-color css

<style>
 a { background-color: #6384CB; }

 a { background-color: rgb(99,132,203); }

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

border-color css

<style>
 span { border-color: #6384CB; }

 span { border-color: rgb(99,132,203); }

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