Html Css Color HEX #665C69 Fedora

📋 copy color: '#665C69'

red 102 ◦ green 92 ◦ blue 105

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

Shades of Fedora #665C69

Tints of Fedora #665C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 34.11%
G = 30.77%
B = 35.12%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665C69 (or 0x665C69) is known color: Fedora. HEX triplet: 66, 5C and 69. RGB value is (102,92,105). Sum of RGB (Red+Green+Blue) = 102+92+105=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 105 - color contains mainly: blue. Hex color #665C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C69 is #99A396. Grayscale: #606060. Windows color (decimal): -10068887 or 6904934. OLE color: 6904934.

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

Color convert

RGB 102 92 105 -
CMYK 0.03 0.12 0 0.59
HSL 286.15º 0.07% 0.39% -
HSV(B) 286.15º 0.12% 0.41% -
XYZ 11.86 11.5 14.96 -
YUV 96.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 102 92 105 0.03 0.12 0 0.59 286.15 0.07 0.39
Hex 66 5C 69 3 C 0 3B 11E 7 27
Octal 146 134 151 3 14 0 73 436 7 47
Binary 1100110 1011100 1101001 11 1100 0 111011 100011110 111 100111

Color Harmonies of #665C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C69

Black with #665C69

Text Example


Text Example

White with #665C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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