Html Css Color HEX #453C6C Meteorite

📋 copy color: '#453C6C'

red 69 ◦ green 60 ◦ blue 108

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

Shades of Meteorite #453C6C

Tints of Meteorite #453C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 29.11%
G = 25.32%
B = 45.57%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#453C6C (or 0x453C6C) is known color: Meteorite. HEX triplet: 45, 3C and 6C. RGB value is (69,60,108). Sum of RGB (Red+Green+Blue) = 69+60+108=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #453C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C6C is #BAC393. Grayscale: #434343. Windows color (decimal): -12239764 or 7093317. OLE color: 7093317.

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

Color convert

RGB 69 60 108 -
CMYK 0.36 0.44 0 0.58
HSL 251.25º 0.29% 0.33% -
HSV(B) 251.25º 0.44% 0.42% -
XYZ 6.78 5.58 14.91 -
YUV 68.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 69 60 108 0.36 0.44 0 0.58 251.25 0.29 0.33
Hex 45 3C 6C 24 2C 0 3A FB 1D 21
Octal 105 74 154 44 54 0 72 373 35 41
Binary 1000101 111100 1101100 100100 101100 0 111010 11111011 11101 100001

Color Harmonies of #453C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C6C

Black with #453C6C

Text Example


Text Example

White with #453C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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