Html Css Color HEX #68678C Kimberly

📋 copy color: '#68678C'

red 104 ◦ green 103 ◦ blue 140

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

Shades of Kimberly #68678C

Tints of Kimberly #68678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 29.97%
G = 29.68%
B = 40.35%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68678C (or 0x68678C) is known color: Kimberly. HEX triplet: 68, 67 and 8C. RGB value is (104,103,140). Sum of RGB (Red+Green+Blue) = 104+103+140=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #68678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68678C is #979873. Grayscale: #6B6B6B. Windows color (decimal): -9934964 or 9201512. OLE color: 9201512.

HSL color Cylindrical-coordinate representation of color #68678C: hue angle of 241.62º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68678C is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 103 140 -
CMYK 0.26 0.26 0 0.45
HSL 241.62º 0.15% 0.48% -
HSV(B) 241.62º 0.26% 0.55% -
XYZ 15.29 14.54 26.81 -
YUV 107.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 104 103 140 0.26 0.26 0 0.45 241.62 0.15 0.48
Hex 68 67 8C 1A 1A 0 2D F2 F 30
Octal 150 147 214 32 32 0 55 362 17 60
Binary 1101000 1100111 10001100 11010 11010 0 101101 11110010 1111 110000

Color Harmonies of #68678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68678C

Black with #68678C

Text Example


Text Example

White with #68678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68678C; }

 p { color: rgb(104,103,140); }

 H1.HeaderClassName
 {
   color: #68678C;
 }
 .AnyTagClassName
 {
   color: #68678C;
 }
</style>

background-color css

<style>
 a { background-color: #68678C; }

 a { background-color: rgb(104,103,140); }

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

border-color css

<style>
 span { border-color: #68678C; }

 span { border-color: rgb(104,103,140); }

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