Html Css Color HEX #6458A2 Scampi

📋 copy color: '#6458A2'

red 100 ◦ green 88 ◦ blue 162

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

Shades of Scampi #6458A2

Tints of Scampi #6458A2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 162 (63.67% from 255) = 46.29%

R = 28.57%
G = 25.14%
B = 46.29%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6458A2 (or 0x6458A2) is known color: Scampi. HEX triplet: 64, 58 and A2. RGB value is (100,88,162). Sum of RGB (Red+Green+Blue) = 100+88+162=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 162 - color contains mainly: blue. Hex color #6458A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6458A2 is #9BA75D. Grayscale: #636363. Windows color (decimal): -10200926 or 10639460. OLE color: 10639460.

HSL color Cylindrical-coordinate representation of color #6458A2: hue angle of 249.73º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6458A2 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 88 162 -
CMYK 0.38 0.46 0 0.36
HSL 249.73º 0.3% 0.49% -
HSV(B) 249.73º 0.46% 0.64% -
XYZ 15.27 12.3 35.75 -
YUV 100.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 100 88 162 0.38 0.46 0 0.36 249.73 0.3 0.49
Hex 64 58 A2 26 2E 0 24 FA 1E 31
Octal 144 130 242 46 56 0 44 372 36 61
Binary 1100100 1011000 10100010 100110 101110 0 100100 11111010 11110 110001

Color Harmonies of #6458A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458A2

Black with #6458A2

Text Example


Text Example

White with #6458A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6458A2; }

 p { color: rgb(100,88,162); }

 H1.HeaderClassName
 {
   color: #6458A2;
 }
 .AnyTagClassName
 {
   color: #6458A2;
 }
</style>

background-color css

<style>
 a { background-color: #6458A2; }

 a { background-color: rgb(100,88,162); }

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

border-color css

<style>
 span { border-color: #6458A2; }

 span { border-color: rgb(100,88,162); }

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