Html Css Color HEX #665D92 Kimberly

📋 copy color: '#665D92'

red 102 ◦ green 93 ◦ blue 146

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

Shades of Kimberly #665D92

Tints of Kimberly #665D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 29.91%
G = 27.27%
B = 42.82%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#665D92 (or 0x665D92) is known color: Kimberly. HEX triplet: 66, 5D and 92. RGB value is (102,93,146). Sum of RGB (Red+Green+Blue) = 102+93+146=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #665D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D92 is #99A26D. Grayscale: #656565. Windows color (decimal): -10068590 or 9592166. OLE color: 9592166.

HSL color Cylindrical-coordinate representation of color #665D92: hue angle of 250.19º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665D92 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 93 146 -
CMYK 0.30 0.36 0 0.43
HSL 250.19º 0.22% 0.47% -
HSV(B) 250.19º 0.36% 0.57% -
XYZ 14.58 12.73 28.88 -
YUV 101.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 102 93 146 0.30 0.36 0 0.43 250.19 0.22 0.47
Hex 66 5D 92 1E 24 0 2B FA 16 2F
Octal 146 135 222 36 44 0 53 372 26 57
Binary 1100110 1011101 10010010 11110 100100 0 101011 11111010 10110 101111

Color Harmonies of #665D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D92

Black with #665D92

Text Example


Text Example

White with #665D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,146); }

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

background-color css

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

 a { background-color: rgb(102,93,146); }

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

border-color css

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

 span { border-color: rgb(102,93,146); }

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