Html Css Color HEX #665A7C Kimberly

📋 copy color: '#665A7C'

red 102 ◦ green 90 ◦ blue 124

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

Shades of Kimberly #665A7C

Tints of Kimberly #665A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 32.28%
G = 28.48%
B = 39.24%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#665A7C (or 0x665A7C) is known color: Kimberly. HEX triplet: 66, 5A and 7C. RGB value is (102,90,124). Sum of RGB (Red+Green+Blue) = 102+90+124=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #665A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A7C is #99A583. Grayscale: #616161. Windows color (decimal): -10069380 or 8149606. OLE color: 8149606.

HSL color Cylindrical-coordinate representation of color #665A7C: hue angle of 261.18º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #665A7C is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 90 124 -
CMYK 0.18 0.27 0 0.51
HSL 261.18º 0.16% 0.42% -
HSV(B) 261.18º 0.27% 0.49% -
XYZ 12.77 11.59 20.63 -
YUV 97.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 102 90 124 0.18 0.27 0 0.51 261.18 0.16 0.42
Hex 66 5A 7C 12 1B 0 33 105 10 2A
Octal 146 132 174 22 33 0 63 405 20 52
Binary 1100110 1011010 1111100 10010 11011 0 110011 100000101 10000 101010

Color Harmonies of #665A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A7C

Black with #665A7C

Text Example


Text Example

White with #665A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,90,124); }

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

background-color css

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

 a { background-color: rgb(102,90,124); }

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

border-color css

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

 span { border-color: rgb(102,90,124); }

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