Html Css Color HEX #666069 Fedora

📋 copy color: '#666069'

red 102 ◦ green 96 ◦ blue 105

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

Shades of Fedora #666069

Tints of Fedora #666069

RGB

 RED value IS 102 (40.23% from 255) = 33.66%

 GREEN value IS 96 (37.89% from 255) = 31.68%

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

R = 33.66%
G = 31.68%
B = 34.65%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#666069 (or 0x666069) is known color: Fedora. HEX triplet: 66, 60 and 69. RGB value is (102,96,105). Sum of RGB (Red+Green+Blue) = 102+96+105=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: blue. Hex color #666069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666069 is #999F96. Grayscale: #626262. Windows color (decimal): -10067863 or 6905958. OLE color: 6905958.

HSL color Cylindrical-coordinate representation of color #666069: hue angle of 280º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666069 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 96 105 -
CMYK 0.03 0.09 0 0.59
HSL 280º 0.04% 0.39% -
HSV(B) 280º 0.09% 0.41% -
XYZ 12.21 12.21 15.08 -
YUV 98.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 102 96 105 0.03 0.09 0 0.59 280 0.04 0.39
Hex 66 60 69 3 9 0 3B 118 4 27
Octal 146 140 151 3 11 0 73 430 4 47
Binary 1100110 1100000 1101001 11 1001 0 111011 100011000 100 100111

Color Harmonies of #666069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666069

Black with #666069

Text Example


Text Example

White with #666069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666069; }

 p { color: rgb(102,96,105); }

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

background-color css

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

 a { background-color: rgb(102,96,105); }

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

border-color css

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

 span { border-color: rgb(102,96,105); }

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