Html Css Color HEX #453C6D Meteorite

📋 copy color: '#453C6D'

red 69 ◦ green 60 ◦ blue 109

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

Shades of Meteorite #453C6D

Tints of Meteorite #453C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 28.99%
G = 25.21%
B = 45.8%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#453C6D (or 0x453C6D) is known color: Meteorite. HEX triplet: 45, 3C and 6D. RGB value is (69,60,109). Sum of RGB (Red+Green+Blue) = 69+60+109=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #453C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C6D is #BAC392. Grayscale: #444444. Windows color (decimal): -12239763 or 7158853. OLE color: 7158853.

HSL color Cylindrical-coordinate representation of color #453C6D: hue angle of 251.02º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #453C6D is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 60 109 -
CMYK 0.37 0.45 0 0.57
HSL 251.02º 0.29% 0.33% -
HSV(B) 251.02º 0.45% 0.43% -
XYZ 6.83 5.6 15.19 -
YUV 68.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 69 60 109 0.37 0.45 0 0.57 251.02 0.29 0.33
Hex 45 3C 6D 25 2D 0 39 FB 1D 21
Octal 105 74 155 45 55 0 71 373 35 41
Binary 1000101 111100 1101101 100101 101101 0 111001 11111011 11101 100001

Color Harmonies of #453C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453C6D

Black with #453C6D

Text Example


Text Example

White with #453C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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