Html Css Color HEX #68648B Kimberly

📋 copy color: '#68648B'

red 104 ◦ green 100 ◦ blue 139

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

Shades of Kimberly #68648B

Tints of Kimberly #68648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 30.32%
G = 29.15%
B = 40.52%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68648B (or 0x68648B) is known color: Kimberly. HEX triplet: 68, 64 and 8B. RGB value is (104,100,139). Sum of RGB (Red+Green+Blue) = 104+100+139=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #68648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68648B is #979B74. Grayscale: #696969. Windows color (decimal): -9935733 or 9135208. OLE color: 9135208.

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

Color convert

RGB 104 100 139 -
CMYK 0.25 0.28 0 0.45
HSL 246.15º 0.16% 0.47% -
HSV(B) 246.15º 0.28% 0.55% -
XYZ 14.93 13.92 26.33 -
YUV 105.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 104 100 139 0.25 0.28 0 0.45 246.15 0.16 0.47
Hex 68 64 8B 19 1C 0 2D F6 10 2F
Octal 150 144 213 31 34 0 55 366 20 57
Binary 1101000 1100100 10001011 11001 11100 0 101101 11110110 10000 101111

Color Harmonies of #68648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68648B

Black with #68648B

Text Example


Text Example

White with #68648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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