Html Css Color HEX #6483D7 Havelock Blue

📋 copy color: '#6483D7'

red 100 ◦ green 131 ◦ blue 215

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

Shades of Havelock Blue #6483D7

Tints of Havelock Blue #6483D7

RGB

 RED value IS 100 (39.45% from 255) = 22.42%

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

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

R = 22.42%
G = 29.37%
B = 48.21%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6483D7 (or 0x6483D7) is known color: Havelock Blue. HEX triplet: 64, 83 and D7. RGB value is (100,131,215). Sum of RGB (Red+Green+Blue) = 100+131+215=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #6483D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483D7 is #9B7C28. Grayscale: #828282. Windows color (decimal): -10189865 or 14123876. OLE color: 14123876.

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

Color convert

RGB 100 131 215 -
CMYK 0.53 0.39 0 0.16
HSL 223.83º 0.59% 0.62% -
HSV(B) 223.83º 0.53% 0.84% -
XYZ 25.64 23.85 67.54 -
YUV 131.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 100 131 215 0.53 0.39 0 0.16 223.83 0.59 0.62
Hex 64 83 D7 35 27 0 10 E0 3B 3E
Octal 144 203 327 65 47 0 20 340 73 76
Binary 1100100 10000011 11010111 110101 100111 0 10000 11100000 111011 111110

Color Harmonies of #6483D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6483D7

Black with #6483D7

Text Example


Text Example

White with #6483D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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