Html Css Color HEX #665869 Fedora

📋 copy color: '#665869'

red 102 ◦ green 88 ◦ blue 105

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

Shades of Fedora #665869

Tints of Fedora #665869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 34.58%
G = 29.83%
B = 35.59%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665869 (or 0x665869) is known color: Fedora. HEX triplet: 66, 58 and 69. RGB value is (102,88,105). Sum of RGB (Red+Green+Blue) = 102+88+105=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: blue. Hex color #665869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665869 is #99A796. Grayscale: #5E5E5E. Windows color (decimal): -10069911 or 6903910. OLE color: 6903910.

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

Color convert

RGB 102 88 105 -
CMYK 0.03 0.16 0 0.59
HSL 289.41º 0.09% 0.38% -
HSV(B) 289.41º 0.16% 0.41% -
XYZ 11.52 10.82 14.85 -
YUV 94.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 102 88 105 0.03 0.16 0 0.59 289.41 0.09 0.38
Hex 66 58 69 3 10 0 3B 121 9 26
Octal 146 130 151 3 20 0 73 441 11 46
Binary 1100110 1011000 1101001 11 10000 0 111011 100100001 1001 100110

Color Harmonies of #665869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665869

Black with #665869

Text Example


Text Example

White with #665869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665869; }

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

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

background-color css

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

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

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

border-color css

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

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

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