Html Css Color HEX #6483C6 Havelock Blue

📋 copy color: '#6483C6'

red 100 ◦ green 131 ◦ blue 198

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

Shades of Havelock Blue #6483C6

Tints of Havelock Blue #6483C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.15%

R = 23.31%
G = 30.54%
B = 46.15%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6483C6 (or 0x6483C6) is known color: Havelock Blue. HEX triplet: 64, 83 and C6. RGB value is (100,131,198). Sum of RGB (Red+Green+Blue) = 100+131+198=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 198 - color contains mainly: blue. Hex color #6483C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483C6 is #9B7C39. Grayscale: #818181. Windows color (decimal): -10189882 or 13009764. OLE color: 13009764.

HSL color Cylindrical-coordinate representation of color #6483C6: hue angle of 221.02º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6483C6 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 131 198 -
CMYK 0.49 0.34 0 0.22
HSL 221.02º 0.46% 0.58% -
HSV(B) 221.02º 0.49% 0.78% -
XYZ 23.56 23.02 56.63 -
YUV 129.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 100 131 198 0.49 0.34 0 0.22 221.02 0.46 0.58
Hex 64 83 C6 31 22 0 16 DD 2E 3A
Octal 144 203 306 61 42 0 26 335 56 72
Binary 1100100 10000011 11000110 110001 100010 0 10110 11011101 101110 111010

Color Harmonies of #6483C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6483C6

Black with #6483C6

Text Example


Text Example

White with #6483C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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