Html Css Color HEX #6F6092 Kimberly

📋 copy color: '#6F6092'

red 111 ◦ green 96 ◦ blue 146

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

Shades of Kimberly #6F6092

Tints of Kimberly #6F6092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 31.44%
G = 27.2%
B = 41.36%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F6092 (or 0x6F6092) is known color: Kimberly. HEX triplet: 6F, 60 and 92. RGB value is (111,96,146). Sum of RGB (Red+Green+Blue) = 111+96+146=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F6092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6092 is #909F6D. Grayscale: #6A6A6A. Windows color (decimal): -9477998 or 9592943. OLE color: 9592943.

HSL color Cylindrical-coordinate representation of color #6F6092: hue angle of 258º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6092 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 96 146 -
CMYK 0.24 0.34 0 0.43
HSL 258º 0.21% 0.47% -
HSV(B) 258º 0.34% 0.57% -
XYZ 15.93 13.82 29.02 -
YUV 106.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 111 96 146 0.24 0.34 0 0.43 258 0.21 0.47
Hex 6F 60 92 18 22 0 2B 102 15 2F
Octal 157 140 222 30 42 0 53 402 25 57
Binary 1101111 1100000 10010010 11000 100010 0 101011 100000010 10101 101111

Color Harmonies of #6F6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6092

Black with #6F6092

Text Example


Text Example

White with #6F6092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,146); }

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

background-color css

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

 a { background-color: rgb(111,96,146); }

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

border-color css

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

 span { border-color: rgb(111,96,146); }

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