Html Css Color HEX #665270 Fedora

📋 copy color: '#665270'

red 102 ◦ green 82 ◦ blue 112

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

Shades of Fedora #665270

Tints of Fedora #665270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 34.46%
G = 27.7%
B = 37.84%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#665270 (or 0x665270) is known color: Fedora. HEX triplet: 66, 52 and 70. RGB value is (102,82,112). Sum of RGB (Red+Green+Blue) = 102+82+112=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #665270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665270 is #99AD8F. Grayscale: #5B5B5B. Windows color (decimal): -10071440 or 7361126. OLE color: 7361126.

HSL color Cylindrical-coordinate representation of color #665270: hue angle of 280º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #665270 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 82 112 -
CMYK 0.09 0.27 0 0.56
HSL 280º 0.15% 0.38% -
HSV(B) 280º 0.27% 0.44% -
XYZ 11.42 10.03 16.66 -
YUV 91.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 102 82 112 0.09 0.27 0 0.56 280 0.15 0.38
Hex 66 52 70 9 1B 0 38 118 F 26
Octal 146 122 160 11 33 0 70 430 17 46
Binary 1100110 1010010 1110000 1001 11011 0 111000 100011000 1111 100110

Color Harmonies of #665270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665270

Black with #665270

Text Example


Text Example

White with #665270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665270; }

 p { color: rgb(102,82,112); }

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

background-color css

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

 a { background-color: rgb(102,82,112); }

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

border-color css

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

 span { border-color: rgb(102,82,112); }

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