Html Css Color HEX #453C6A Meteorite

📋 copy color: '#453C6A'

red 69 ◦ green 60 ◦ blue 106

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

Shades of Meteorite #453C6A

Tints of Meteorite #453C6A

RGB

 RED value IS 69 (27.34% from 255) = 29.36%

 GREEN value IS 60 (23.83% from 255) = 25.53%

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 29.36%
G = 25.53%
B = 45.11%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#453C6A (or 0x453C6A) is known color: Meteorite. HEX triplet: 45, 3C and 6A. RGB value is (69,60,106). Sum of RGB (Red+Green+Blue) = 69+60+106=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #453C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C6A is #BAC395. Grayscale: #434343. Windows color (decimal): -12239766 or 6962245. OLE color: 6962245.

HSL color Cylindrical-coordinate representation of color #453C6A: hue angle of 251.74º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #453C6A is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 60 106 -
CMYK 0.35 0.43 0 0.58
HSL 251.74º 0.28% 0.33% -
HSV(B) 251.74º 0.43% 0.42% -
XYZ 6.67 5.54 14.35 -
YUV 67.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 69 60 106 0.35 0.43 0 0.58 251.74 0.28 0.33
Hex 45 3C 6A 23 2B 0 3A FC 1C 21
Octal 105 74 152 43 53 0 72 374 34 41
Binary 1000101 111100 1101010 100011 101011 0 111010 11111100 11100 100001

Color Harmonies of #453C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C6A

Black with #453C6A

Text Example


Text Example

White with #453C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453C6A; }

 p { color: rgb(69,60,106); }

 H1.HeaderClassName
 {
   color: #453C6A;
 }
 .AnyTagClassName
 {
   color: #453C6A;
 }
</style>

background-color css

<style>
 a { background-color: #453C6A; }

 a { background-color: rgb(69,60,106); }

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

border-color css

<style>
 span { border-color: #453C6A; }

 span { border-color: rgb(69,60,106); }

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