Html Css Color HEX #66608B Kimberly

📋 copy color: '#66608B'

red 102 ◦ green 96 ◦ blue 139

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

Shades of Kimberly #66608B

Tints of Kimberly #66608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 30.27%
G = 28.49%
B = 41.25%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66608B (or 0x66608B) is known color: Kimberly. HEX triplet: 66, 60 and 8B. RGB value is (102,96,139). Sum of RGB (Red+Green+Blue) = 102+96+139=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #66608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66608B is #999F74. Grayscale: #666666. Windows color (decimal): -10067829 or 9134182. OLE color: 9134182.

HSL color Cylindrical-coordinate representation of color #66608B: hue angle of 248.37º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66608B is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 96 139 -
CMYK 0.27 0.31 0 0.45
HSL 248.37º 0.18% 0.46% -
HSV(B) 248.37º 0.31% 0.55% -
XYZ 14.32 13.05 26.19 -
YUV 102.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 102 96 139 0.27 0.31 0 0.45 248.37 0.18 0.46
Hex 66 60 8B 1B 1F 0 2D F8 12 2E
Octal 146 140 213 33 37 0 55 370 22 56
Binary 1100110 1100000 10001011 11011 11111 0 101101 11111000 10010 101110

Color Harmonies of #66608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66608B

Black with #66608B

Text Example


Text Example

White with #66608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66608B; }

 p { color: rgb(102,96,139); }

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

background-color css

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

 a { background-color: rgb(102,96,139); }

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

border-color css

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

 span { border-color: rgb(102,96,139); }

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