Html Css Color HEX #665F88 Kimberly

📋 copy color: '#665F88'

red 102 ◦ green 95 ◦ blue 136

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

Shades of Kimberly #665F88

Tints of Kimberly #665F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 30.63%
G = 28.53%
B = 40.84%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#665F88 (or 0x665F88) is known color: Kimberly. HEX triplet: 66, 5F and 88. RGB value is (102,95,136). Sum of RGB (Red+Green+Blue) = 102+95+136=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #665F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F88 is #99A077. Grayscale: #656565. Windows color (decimal): -10068088 or 8937318. OLE color: 8937318.

HSL color Cylindrical-coordinate representation of color #665F88: hue angle of 250.24º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665F88 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 95 136 -
CMYK 0.25 0.30 0 0.47
HSL 250.24º 0.18% 0.45% -
HSV(B) 250.24º 0.3% 0.53% -
XYZ 14.02 12.79 25.02 -
YUV 101.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 102 95 136 0.25 0.30 0 0.47 250.24 0.18 0.45
Hex 66 5F 88 19 1E 0 2F FA 12 2D
Octal 146 137 210 31 36 0 57 372 22 55
Binary 1100110 1011111 10001000 11001 11110 0 101111 11111010 10010 101101

Color Harmonies of #665F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F88

Black with #665F88

Text Example


Text Example

White with #665F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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