Html Css Color HEX #6F628A Kimberly

📋 copy color: '#6F628A'

red 111 ◦ green 98 ◦ blue 138

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

Shades of Kimberly #6F628A

Tints of Kimberly #6F628A

RGB

 RED value IS 111 (43.75% from 255) = 31.99%

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 31.99%
G = 28.24%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F628A (or 0x6F628A) is known color: Kimberly. HEX triplet: 6F, 62 and 8A. RGB value is (111,98,138). Sum of RGB (Red+Green+Blue) = 111+98+138=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F628A is #909D75. Grayscale: #6A6A6A. Windows color (decimal): -9477494 or 9069167. OLE color: 9069167.

HSL color Cylindrical-coordinate representation of color #6F628A: hue angle of 259.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F628A is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 98 138 -
CMYK 0.20 0.29 0 0.46
HSL 259.5º 0.17% 0.46% -
HSV(B) 259.5º 0.29% 0.54% -
XYZ 15.51 13.95 25.92 -
YUV 106.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 111 98 138 0.20 0.29 0 0.46 259.5 0.17 0.46
Hex 6F 62 8A 14 1D 0 2E 104 11 2E
Octal 157 142 212 24 35 0 56 404 21 56
Binary 1101111 1100010 10001010 10100 11101 0 101110 100000100 10001 101110

Color Harmonies of #6F628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F628A

Black with #6F628A

Text Example


Text Example

White with #6F628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F628A; }

 p { color: rgb(111,98,138); }

 H1.HeaderClassName
 {
   color: #6F628A;
 }
 .AnyTagClassName
 {
   color: #6F628A;
 }
</style>

background-color css

<style>
 a { background-color: #6F628A; }

 a { background-color: rgb(111,98,138); }

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

border-color css

<style>
 span { border-color: #6F628A; }

 span { border-color: rgb(111,98,138); }

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