Html Css Color HEX #665068 Fedora

📋 copy color: '#665068'

red 102 ◦ green 80 ◦ blue 104

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

Shades of Fedora #665068

Tints of Fedora #665068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 35.66%
G = 27.97%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665068 (or 0x665068) is known color: Fedora. HEX triplet: 66, 50 and 68. RGB value is (102,80,104). Sum of RGB (Red+Green+Blue) = 102+80+104=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #665068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665068 is #99AF97. Grayscale: #595959. Windows color (decimal): -10071960 or 6836326. OLE color: 6836326.

HSL color Cylindrical-coordinate representation of color #665068: hue angle of 295º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #665068 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 80 104 -
CMYK 0.02 0.23 0 0.59
HSL 295º 0.13% 0.36% -
HSV(B) 295º 0.23% 0.41% -
XYZ 10.85 9.56 14.37 -
YUV 89.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 102 80 104 0.02 0.23 0 0.59 295 0.13 0.36
Hex 66 50 68 2 17 0 3B 127 D 24
Octal 146 120 150 2 27 0 73 447 15 44
Binary 1100110 1010000 1101000 10 10111 0 111011 100100111 1101 100100

Color Harmonies of #665068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665068

Black with #665068

Text Example


Text Example

White with #665068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665068; }

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

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

background-color css

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

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

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

border-color css

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

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

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