Html Css Color HEX #6383CB Havelock Blue

📋 copy color: '#6383CB'

red 99 ◦ green 131 ◦ blue 203

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

Shades of Havelock Blue #6383CB

Tints of Havelock Blue #6383CB

RGB

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

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

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

R = 22.86%
G = 30.25%
B = 46.88%

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

#6383CB (or 0x6383CB) is known color: Havelock Blue. HEX triplet: 63, 83 and CB. RGB value is (99,131,203). Sum of RGB (Red+Green+Blue) = 99+131+203=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #6383CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383CB is #9C7C34. Grayscale: #818181. Windows color (decimal): -10255413 or 13337443. OLE color: 13337443.

HSL color Cylindrical-coordinate representation of color #6383CB: hue angle of 221.54º 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 #6383CB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 131 203 -
CMYK 0.51 0.35 0 0.20
HSL 221.54º 0.5% 0.59% -
HSV(B) 221.54º 0.51% 0.8% -
XYZ 24.04 23.2 59.71 -
YUV 129.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 99 131 203 0.51 0.35 0 0.20 221.54 0.5 0.59
Hex 63 83 CB 33 23 0 14 DE 32 3B
Octal 143 203 313 63 43 0 24 336 62 73
Binary 1100011 10000011 11001011 110011 100011 0 10100 11011110 110010 111011

Color Harmonies of #6383CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6383CB

Black with #6383CB

Text Example


Text Example

White with #6383CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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