Html Css Color HEX #68638F Kimberly

📋 copy color: '#68638F'

red 104 ◦ green 99 ◦ blue 143

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

Shades of Kimberly #68638F

Tints of Kimberly #68638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

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

R = 30.06%
G = 28.61%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68638F (or 0x68638F) is known color: Kimberly. HEX triplet: 68, 63 and 8F. RGB value is (104,99,143). Sum of RGB (Red+Green+Blue) = 104+99+143=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #68638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638F is #979C70. Grayscale: #696969. Windows color (decimal): -9935985 or 9397096. OLE color: 9397096.

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

Color convert

RGB 104 99 143 -
CMYK 0.27 0.31 0 0.44
HSL 246.82º 0.18% 0.47% -
HSV(B) 246.82º 0.31% 0.56% -
XYZ 15.13 13.85 27.86 -
YUV 105.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 104 99 143 0.27 0.31 0 0.44 246.82 0.18 0.47
Hex 68 63 8F 1B 1F 0 2C F7 12 2F
Octal 150 143 217 33 37 0 54 367 22 57
Binary 1101000 1100011 10001111 11011 11111 0 101100 11110111 10010 101111

Color Harmonies of #68638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68638F

Black with #68638F

Text Example


Text Example

White with #68638F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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