Html Css Color HEX #68658A Kimberly

📋 copy color: '#68658A'

red 104 ◦ green 101 ◦ blue 138

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

Shades of Kimberly #68658A

Tints of Kimberly #68658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 30.32%
G = 29.45%
B = 40.23%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68658A (or 0x68658A) is known color: Kimberly. HEX triplet: 68, 65 and 8A. RGB value is (104,101,138). Sum of RGB (Red+Green+Blue) = 104+101+138=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #68658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68658A is #979A75. Grayscale: #696969. Windows color (decimal): -9935478 or 9069928. OLE color: 9069928.

HSL color Cylindrical-coordinate representation of color #68658A: hue angle of 244.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68658A is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 101 138 -
CMYK 0.25 0.27 0 0.46
HSL 244.86º 0.15% 0.47% -
HSV(B) 244.86º 0.27% 0.54% -
XYZ 14.95 14.09 25.98 -
YUV 106.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 104 101 138 0.25 0.27 0 0.46 244.86 0.15 0.47
Hex 68 65 8A 19 1B 0 2E F5 F 2F
Octal 150 145 212 31 33 0 56 365 17 57
Binary 1101000 1100101 10001010 11001 11011 0 101110 11110101 1111 101111

Color Harmonies of #68658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68658A

Black with #68658A

Text Example


Text Example

White with #68658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68658A; }

 p { color: rgb(104,101,138); }

 H1.HeaderClassName
 {
   color: #68658A;
 }
 .AnyTagClassName
 {
   color: #68658A;
 }
</style>

background-color css

<style>
 a { background-color: #68658A; }

 a { background-color: rgb(104,101,138); }

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

border-color css

<style>
 span { border-color: #68658A; }

 span { border-color: rgb(104,101,138); }

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