Html Css Color HEX #665F84 Kimberly

📋 copy color: '#665F84'

red 102 ◦ green 95 ◦ blue 132

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

Shades of Kimberly #665F84

Tints of Kimberly #665F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 31%
G = 28.88%
B = 40.12%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#665F84 (or 0x665F84) is known color: Kimberly. HEX triplet: 66, 5F and 84. RGB value is (102,95,132). Sum of RGB (Red+Green+Blue) = 102+95+132=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #665F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F84 is #99A07B. Grayscale: #656565. Windows color (decimal): -10068092 or 8675174. OLE color: 8675174.

HSL color Cylindrical-coordinate representation of color #665F84: hue angle of 251.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665F84 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 95 132 -
CMYK 0.23 0.28 0 0.48
HSL 251.35º 0.16% 0.45% -
HSV(B) 251.35º 0.28% 0.52% -
XYZ 13.74 12.68 23.55 -
YUV 101.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 102 95 132 0.23 0.28 0 0.48 251.35 0.16 0.45
Hex 66 5F 84 17 1C 0 30 FB 10 2D
Octal 146 137 204 27 34 0 60 373 20 55
Binary 1100110 1011111 10000100 10111 11100 0 110000 11111011 10000 101101

Color Harmonies of #665F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F84

Black with #665F84

Text Example


Text Example

White with #665F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,132); }

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

background-color css

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

 a { background-color: rgb(102,95,132); }

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

border-color css

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

 span { border-color: rgb(102,95,132); }

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