Html Css Color HEX #6383D7 Havelock Blue

📋 copy color: '#6383D7'

red 99 ◦ green 131 ◦ blue 215

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

Shades of Havelock Blue #6383D7

Tints of Havelock Blue #6383D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 22.25%
G = 29.44%
B = 48.31%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6383D7 (or 0x6383D7) is known color: Havelock Blue. HEX triplet: 63, 83 and D7. RGB value is (99,131,215). Sum of RGB (Red+Green+Blue) = 99+131+215=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #6383D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383D7 is #9C7C28. Grayscale: #828282. Windows color (decimal): -10255401 or 14123875. OLE color: 14123875.

HSL color Cylindrical-coordinate representation of color #6383D7: hue angle of 223.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6383D7 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 131 215 -
CMYK 0.54 0.39 0 0.16
HSL 223.45º 0.59% 0.62% -
HSV(B) 223.45º 0.54% 0.84% -
XYZ 25.53 23.79 67.54 -
YUV 131.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 99 131 215 0.54 0.39 0 0.16 223.45 0.59 0.62
Hex 63 83 D7 36 27 0 10 DF 3B 3E
Octal 143 203 327 66 47 0 20 337 73 76
Binary 1100011 10000011 11010111 110110 100111 0 10000 11011111 111011 111110

Color Harmonies of #6383D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6383D7

Black with #6383D7

Text Example


Text Example

White with #6383D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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