Html Css Color HEX #6383CC Havelock Blue

📋 copy color: '#6383CC'

red 99 ◦ green 131 ◦ blue 204

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

Shades of Havelock Blue #6383CC

Tints of Havelock Blue #6383CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 22.81%
G = 30.18%
B = 47%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6383CC (or 0x6383CC) is known color: Havelock Blue. HEX triplet: 63, 83 and CC. RGB value is (99,131,204). Sum of RGB (Red+Green+Blue) = 99+131+204=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #6383CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383CC is #9C7C33. Grayscale: #818181. Windows color (decimal): -10255412 or 13402979. OLE color: 13402979.

HSL color Cylindrical-coordinate representation of color #6383CC: hue angle of 221.71º degrees, saturation: 0.51, 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 #6383CC is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 131 204 -
CMYK 0.51 0.36 0 0.2
HSL 221.71º 0.51% 0.59% -
HSV(B) 221.71º 0.51% 0.8% -
XYZ 24.16 23.24 60.34 -
YUV 129.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 99 131 204 0.51 0.36 0 0.2 221.71 0.51 0.59
Hex 63 83 CC 33 24 0 14 DE 33 3B
Octal 143 203 314 63 44 0 24 336 63 73
Binary 1100011 10000011 11001100 110011 100100 0 10100 11011110 110011 111011

Color Harmonies of #6383CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6383CC

Black with #6383CC

Text Example


Text Example

White with #6383CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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