Html Css Color HEX #6383D3 Havelock Blue

📋 copy color: '#6383D3'

red 99 ◦ green 131 ◦ blue 211

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

Shades of Havelock Blue #6383D3

Tints of Havelock Blue #6383D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.85%

R = 22.45%
G = 29.71%
B = 47.85%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6383D3 (or 0x6383D3) is known color: Havelock Blue. HEX triplet: 63, 83 and D3. RGB value is (99,131,211). Sum of RGB (Red+Green+Blue) = 99+131+211=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #6383D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383D3 is #9C7C2C. Grayscale: #828282. Windows color (decimal): -10255405 or 13861731. OLE color: 13861731.

HSL color Cylindrical-coordinate representation of color #6383D3: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6383D3 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 99 131 211 -
CMYK 0.53 0.38 0 0.17
HSL 222.86º 0.56% 0.61% -
HSV(B) 222.86º 0.53% 0.83% -
XYZ 25.02 23.59 64.86 -
YUV 130.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 99 131 211 0.53 0.38 0 0.17 222.86 0.56 0.61
Hex 63 83 D3 35 26 0 11 DF 38 3D
Octal 143 203 323 65 46 0 21 337 70 75
Binary 1100011 10000011 11010011 110101 100110 0 10001 11011111 111000 111101

Color Harmonies of #6383D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6383D3

Black with #6383D3

Text Example


Text Example

White with #6383D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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