Html Css Color HEX #68608F Kimberly

📋 copy color: '#68608F'

red 104 ◦ green 96 ◦ blue 143

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

Shades of Kimberly #68608F

Tints of Kimberly #68608F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.99%

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 30.32%
G = 27.99%
B = 41.69%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68608F (or 0x68608F) is known color: Kimberly. HEX triplet: 68, 60 and 8F. RGB value is (104,96,143). Sum of RGB (Red+Green+Blue) = 104+96+143=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #68608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68608F is #979F70. Grayscale: #676767. Windows color (decimal): -9936753 or 9396328. OLE color: 9396328.

HSL color Cylindrical-coordinate representation of color #68608F: hue angle of 250.21º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68608F is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 96 143 -
CMYK 0.27 0.33 0 0.44
HSL 250.21º 0.2% 0.47% -
HSV(B) 250.21º 0.33% 0.56% -
XYZ 14.85 13.29 27.77 -
YUV 103.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 104 96 143 0.27 0.33 0 0.44 250.21 0.2 0.47
Hex 68 60 8F 1B 21 0 2C FA 14 2F
Octal 150 140 217 33 41 0 54 372 24 57
Binary 1101000 1100000 10001111 11011 100001 0 101100 11111010 10100 101111

Color Harmonies of #68608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68608F

Black with #68608F

Text Example


Text Example

White with #68608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68608F; }

 p { color: rgb(104,96,143); }

 H1.HeaderClassName
 {
   color: #68608F;
 }
 .AnyTagClassName
 {
   color: #68608F;
 }
</style>

background-color css

<style>
 a { background-color: #68608F; }

 a { background-color: rgb(104,96,143); }

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

border-color css

<style>
 span { border-color: #68608F; }

 span { border-color: rgb(104,96,143); }

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