Html Css Color HEX #68638B Kimberly

📋 copy color: '#68638B'

red 104 ◦ green 99 ◦ blue 139

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

Shades of Kimberly #68638B

Tints of Kimberly #68638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 30.41%
G = 28.95%
B = 40.64%

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

#68638B (or 0x68638B) is known color: Kimberly. HEX triplet: 68, 63 and 8B. RGB value is (104,99,139). Sum of RGB (Red+Green+Blue) = 104+99+139=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #68638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638B is #979C74. Grayscale: #686868. Windows color (decimal): -9935989 or 9134952. OLE color: 9134952.

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

Color convert

RGB 104 99 139 -
CMYK 0.25 0.29 0 0.45
HSL 247.5º 0.17% 0.47% -
HSV(B) 247.5º 0.29% 0.55% -
XYZ 14.83 13.73 26.29 -
YUV 105.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 104 99 139 0.25 0.29 0 0.45 247.5 0.17 0.47
Hex 68 63 8B 19 1D 0 2D F8 11 2F
Octal 150 143 213 31 35 0 55 370 21 57
Binary 1101000 1100011 10001011 11001 11101 0 101101 11111000 10001 101111

Color Harmonies of #68638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68638B

Black with #68638B

Text Example


Text Example

White with #68638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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