Html Css Color HEX #6B6A8A Kimberly

📋 copy color: '#6B6A8A'

red 107 ◦ green 106 ◦ blue 138

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

Shades of Kimberly #6B6A8A

Tints of Kimberly #6B6A8A

RGB

 RED value IS 107 (42.19% from 255) = 30.48%

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

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

R = 30.48%
G = 30.2%
B = 39.32%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B6A8A (or 0x6B6A8A) is known color: Kimberly. HEX triplet: 6B, 6A and 8A. RGB value is (107,106,138). Sum of RGB (Red+Green+Blue) = 107+106+138=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B6A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6A8A is #949575. Grayscale: #6D6D6D. Windows color (decimal): -9737590 or 9071211. OLE color: 9071211.

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

Color convert

RGB 107 106 138 -
CMYK 0.22 0.23 0 0.46
HSL 241.88º 0.13% 0.48% -
HSV(B) 241.88º 0.23% 0.54% -
XYZ 15.8 15.27 26.16 -
YUV 109.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 107 106 138 0.22 0.23 0 0.46 241.88 0.13 0.48
Hex 6B 6A 8A 16 17 0 2E F2 D 30
Octal 153 152 212 26 27 0 56 362 15 60
Binary 1101011 1101010 10001010 10110 10111 0 101110 11110010 1101 110000

Color Harmonies of #6B6A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6A8A

Black with #6B6A8A

Text Example


Text Example

White with #6B6A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,106,138); }

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

background-color css

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

 a { background-color: rgb(107,106,138); }

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

border-color css

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

 span { border-color: rgb(107,106,138); }

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