Html Css Color HEX #6F6C8A Kimberly

📋 copy color: '#6F6C8A'

red 111 ◦ green 108 ◦ blue 138

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

Shades of Kimberly #6F6C8A

Tints of Kimberly #6F6C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 31.09%
G = 30.25%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F6C8A (or 0x6F6C8A) is known color: Kimberly. HEX triplet: 6F, 6C and 8A. RGB value is (111,108,138). Sum of RGB (Red+Green+Blue) = 111+108+138=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F6C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6C8A is #909375. Grayscale: #707070. Windows color (decimal): -9474934 or 9071727. OLE color: 9071727.

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

Color convert

RGB 111 108 138 -
CMYK 0.20 0.22 0 0.46
HSL 246º 0.12% 0.48% -
HSV(B) 246º 0.22% 0.54% -
XYZ 16.51 15.94 26.25 -
YUV 112.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 111 108 138 0.20 0.22 0 0.46 246 0.12 0.48
Hex 6F 6C 8A 14 16 0 2E F6 C 30
Octal 157 154 212 24 26 0 56 366 14 60
Binary 1101111 1101100 10001010 10100 10110 0 101110 11110110 1100 110000

Color Harmonies of #6F6C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6C8A

Black with #6F6C8A

Text Example


Text Example

White with #6F6C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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