Html Css Color HEX #665067 Fedora

📋 copy color: '#665067'

red 102 ◦ green 80 ◦ blue 103

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

Shades of Fedora #665067

Tints of Fedora #665067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.14%

R = 35.79%
G = 28.07%
B = 36.14%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#665067 (or 0x665067) is known color: Fedora. HEX triplet: 66, 50 and 67. RGB value is (102,80,103). Sum of RGB (Red+Green+Blue) = 102+80+103=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #665067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665067 is #99AF98. Grayscale: #595959. Windows color (decimal): -10071961 or 6770790. OLE color: 6770790.

HSL color Cylindrical-coordinate representation of color #665067: hue angle of 297.39º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665067 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 80 103 -
CMYK 0.01 0.22 0 0.60
HSL 297.39º 0.13% 0.36% -
HSV(B) 297.39º 0.22% 0.4% -
XYZ 10.8 9.54 14.1 -
YUV 89.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 102 80 103 0.01 0.22 0 0.60 297.39 0.13 0.36
Hex 66 50 67 1 16 0 3C 129 D 24
Octal 146 120 147 1 26 0 74 451 15 44
Binary 1100110 1010000 1100111 1 10110 0 111100 100101001 1101 100100

Color Harmonies of #665067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665067

Black with #665067

Text Example


Text Example

White with #665067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665067; }

 p { color: rgb(102,80,103); }

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

background-color css

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

 a { background-color: rgb(102,80,103); }

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

border-color css

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

 span { border-color: rgb(102,80,103); }

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