Html Css Color HEX #675069 Fedora

📋 copy color: '#675069'

red 103 ◦ green 80 ◦ blue 105

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

Shades of Fedora #675069

Tints of Fedora #675069

RGB

 RED value IS 103 (40.63% from 255) = 35.76%

 GREEN value IS 80 (31.64% from 255) = 27.78%

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 35.76%
G = 27.78%
B = 36.46%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675069 (or 0x675069) is known color: Fedora. HEX triplet: 67, 50 and 69. RGB value is (103,80,105). Sum of RGB (Red+Green+Blue) = 103+80+105=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #675069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675069 is #98AF96. Grayscale: #595959. Windows color (decimal): -10006423 or 6901863. OLE color: 6901863.

HSL color Cylindrical-coordinate representation of color #675069: hue angle of 295.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #675069 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 80 105 -
CMYK 0.02 0.24 0 0.59
HSL 295.2º 0.14% 0.36% -
HSV(B) 295.2º 0.24% 0.41% -
XYZ 11.01 9.64 14.65 -
YUV 89.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 103 80 105 0.02 0.24 0 0.59 295.2 0.14 0.36
Hex 67 50 69 2 18 0 3B 127 E 24
Octal 147 120 151 2 30 0 73 447 16 44
Binary 1100111 1010000 1101001 10 11000 0 111011 100100111 1110 100100

Color Harmonies of #675069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675069

Black with #675069

Text Example


Text Example

White with #675069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675069; }

 p { color: rgb(103,80,105); }

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

background-color css

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

 a { background-color: rgb(103,80,105); }

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

border-color css

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

 span { border-color: rgb(103,80,105); }

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