Html Css Color HEX #68668E Kimberly

📋 copy color: '#68668E'

red 104 ◦ green 102 ◦ blue 142

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

Shades of Kimberly #68668E

Tints of Kimberly #68668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 29.89%
G = 29.31%
B = 40.8%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68668E (or 0x68668E) is known color: Kimberly. HEX triplet: 68, 66 and 8E. RGB value is (104,102,142). Sum of RGB (Red+Green+Blue) = 104+102+142=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #68668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68668E is #979971. Grayscale: #6B6B6B. Windows color (decimal): -9935218 or 9332328. OLE color: 9332328.

HSL color Cylindrical-coordinate representation of color #68668E: hue angle of 243º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68668E is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 102 142 -
CMYK 0.27 0.28 0 0.44
HSL 243º 0.16% 0.48% -
HSV(B) 243º 0.28% 0.56% -
XYZ 15.34 14.4 27.56 -
YUV 107.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 104 102 142 0.27 0.28 0 0.44 243 0.16 0.48
Hex 68 66 8E 1B 1C 0 2C F3 10 30
Octal 150 146 216 33 34 0 54 363 20 60
Binary 1101000 1100110 10001110 11011 11100 0 101100 11110011 10000 110000

Color Harmonies of #68668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68668E

Black with #68668E

Text Example


Text Example

White with #68668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68668E; }

 p { color: rgb(104,102,142); }

 H1.HeaderClassName
 {
   color: #68668E;
 }
 .AnyTagClassName
 {
   color: #68668E;
 }
</style>

background-color css

<style>
 a { background-color: #68668E; }

 a { background-color: rgb(104,102,142); }

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

border-color css

<style>
 span { border-color: #68668E; }

 span { border-color: rgb(104,102,142); }

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