Html Css Color HEX #69506B Fedora

📋 copy color: '#69506B'

red 105 ◦ green 80 ◦ blue 107

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

Shades of Fedora #69506B

Tints of Fedora #69506B

RGB

 RED value IS 105 (41.41% from 255) = 35.96%

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 35.96%
G = 27.4%
B = 36.64%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69506B (or 0x69506B) is known color: Fedora. HEX triplet: 69, 50 and 6B. RGB value is (105,80,107). Sum of RGB (Red+Green+Blue) = 105+80+107=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #69506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69506B is #96AF94. Grayscale: #5A5A5A. Windows color (decimal): -9875349 or 7032937. OLE color: 7032937.

HSL color Cylindrical-coordinate representation of color #69506B: hue angle of 295.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69506B is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 80 107 -
CMYK 0.02 0.25 0 0.58
HSL 295.56º 0.14% 0.37% -
HSV(B) 295.56º 0.25% 0.42% -
XYZ 11.35 9.8 15.2 -
YUV 90.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 105 80 107 0.02 0.25 0 0.58 295.56 0.14 0.37
Hex 69 50 6B 2 19 0 3A 128 E 25
Octal 151 120 153 2 31 0 72 450 16 45
Binary 1101001 1010000 1101011 10 11001 0 111010 100101000 1110 100101

Color Harmonies of #69506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69506B

Black with #69506B

Text Example


Text Example

White with #69506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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