Html Css Color HEX #6F628E Kimberly

📋 copy color: '#6F628E'

red 111 ◦ green 98 ◦ blue 142

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

Shades of Kimberly #6F628E

Tints of Kimberly #6F628E

RGB

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

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

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

R = 31.62%
G = 27.92%
B = 40.46%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F628E (or 0x6F628E) is known color: Kimberly. HEX triplet: 6F, 62 and 8E. RGB value is (111,98,142). Sum of RGB (Red+Green+Blue) = 111+98+142=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F628E is #909D71. Grayscale: #6A6A6A. Windows color (decimal): -9477490 or 9331311. OLE color: 9331311.

HSL color Cylindrical-coordinate representation of color #6F628E: hue angle of 257.73º 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 #6F628E is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 98 142 -
CMYK 0.22 0.31 0 0.44
HSL 257.73º 0.18% 0.47% -
HSV(B) 257.73º 0.31% 0.56% -
XYZ 15.81 14.07 27.47 -
YUV 106.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 111 98 142 0.22 0.31 0 0.44 257.73 0.18 0.47
Hex 6F 62 8E 16 1F 0 2C 102 12 2F
Octal 157 142 216 26 37 0 54 402 22 57
Binary 1101111 1100010 10001110 10110 11111 0 101100 100000010 10010 101111

Color Harmonies of #6F628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F628E

Black with #6F628E

Text Example


Text Example

White with #6F628E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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