Html Css Color HEX #68628B Kimberly

📋 copy color: '#68628B'

red 104 ◦ green 98 ◦ blue 139

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

Shades of Kimberly #68628B

Tints of Kimberly #68628B

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 30.5%
G = 28.74%
B = 40.76%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68628B (or 0x68628B) is known color: Kimberly. HEX triplet: 68, 62 and 8B. RGB value is (104,98,139). Sum of RGB (Red+Green+Blue) = 104+98+139=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #68628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68628B is #979D74. Grayscale: #686868. Windows color (decimal): -9936245 or 9134696. OLE color: 9134696.

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

Color convert

RGB 104 98 139 -
CMYK 0.25 0.29 0 0.45
HSL 248.78º 0.17% 0.46% -
HSV(B) 248.78º 0.29% 0.55% -
XYZ 14.74 13.54 26.26 -
YUV 104.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 104 98 139 0.25 0.29 0 0.45 248.78 0.17 0.46
Hex 68 62 8B 19 1D 0 2D F9 11 2E
Octal 150 142 213 31 35 0 55 371 21 56
Binary 1101000 1100010 10001011 11001 11101 0 101101 11111001 10001 101110

Color Harmonies of #68628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68628B

Black with #68628B

Text Example


Text Example

White with #68628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,98,139); }

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

background-color css

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

 a { background-color: rgb(104,98,139); }

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

border-color css

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

 span { border-color: rgb(104,98,139); }

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