Html Css Color HEX #69506C Fedora

📋 copy color: '#69506C'

red 105 ◦ green 80 ◦ blue 108

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

Shades of Fedora #69506C

Tints of Fedora #69506C

RGB

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

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

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

R = 35.84%
G = 27.3%
B = 36.86%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69506C (or 0x69506C) is known color: Fedora. HEX triplet: 69, 50 and 6C. RGB value is (105,80,108). Sum of RGB (Red+Green+Blue) = 105+80+108=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 108 - color contains mainly: blue. Hex color #69506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69506C is #96AF93. Grayscale: #5A5A5A. Windows color (decimal): -9875348 or 7098473. OLE color: 7098473.

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

Color convert

RGB 105 80 108 -
CMYK 0.03 0.26 0 0.58
HSL 293.57º 0.15% 0.37% -
HSV(B) 293.57º 0.26% 0.42% -
XYZ 11.4 9.82 15.48 -
YUV 90.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 105 80 108 0.03 0.26 0 0.58 293.57 0.15 0.37
Hex 69 50 6C 3 1A 0 3A 126 F 25
Octal 151 120 154 3 32 0 72 446 17 45
Binary 1101001 1010000 1101100 11 11010 0 111010 100100110 1111 100101

Color Harmonies of #69506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69506C

Black with #69506C

Text Example


Text Example

White with #69506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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