Html Css Color HEX #6F6A8C Kimberly

📋 copy color: '#6F6A8C'

red 111 ◦ green 106 ◦ blue 140

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

Shades of Kimberly #6F6A8C

Tints of Kimberly #6F6A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 31.09%
G = 29.69%
B = 39.22%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F6A8C (or 0x6F6A8C) is known color: Kimberly. HEX triplet: 6F, 6A and 8C. RGB value is (111,106,140). Sum of RGB (Red+Green+Blue) = 111+106+140=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F6A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6A8C is #909573. Grayscale: #6F6F6F. Windows color (decimal): -9475444 or 9202287. OLE color: 9202287.

HSL color Cylindrical-coordinate representation of color #6F6A8C: hue angle of 248.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6A8C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 106 140 -
CMYK 0.21 0.24 0 0.45
HSL 248.82º 0.14% 0.48% -
HSV(B) 248.82º 0.24% 0.55% -
XYZ 16.44 15.58 26.95 -
YUV 111.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 111 106 140 0.21 0.24 0 0.45 248.82 0.14 0.48
Hex 6F 6A 8C 15 18 0 2D F9 E 30
Octal 157 152 214 25 30 0 55 371 16 60
Binary 1101111 1101010 10001100 10101 11000 0 101101 11111001 1110 110000

Color Harmonies of #6F6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A8C

Black with #6F6A8C

Text Example


Text Example

White with #6F6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,140); }

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

background-color css

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

 a { background-color: rgb(111,106,140); }

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

border-color css

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

 span { border-color: rgb(111,106,140); }

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