Html Css Color HEX #6ABD9C Keppel

📋 copy color: '#6ABD9C'

red 106 ◦ green 189 ◦ blue 156

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

Shades of Keppel #6ABD9C

Tints of Keppel #6ABD9C

RGB

 RED value IS 106 (41.8% from 255) = 23.5%

 GREEN value IS 189 (74.22% from 255) = 41.91%

 BLUE value IS 156 (61.33% from 255) = 34.59%

R = 23.5%
G = 41.91%
B = 34.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#6ABD9C (or 0x6ABD9C) is known color: Keppel. HEX triplet: 6A, BD and 9C. RGB value is (106,189,156). Sum of RGB (Red+Green+Blue) = 106+189+156=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABD9C is #954263. Grayscale: #A0A0A0. Windows color (decimal): -9781860 or 10272106. OLE color: 10272106.

HSL color Cylindrical-coordinate representation of color #6ABD9C: hue angle of 156.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABD9C is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 189 156 -
CMYK 0.44 0 0.17 0.26
HSL 156.14º 0.39% 0.58% -
HSV(B) 156.14º 0.44% 0.74% -
XYZ 30.14 41.86 37.94 -
YUV 160.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 106 189 156 0.44 0 0.17 0.26 156.14 0.39 0.58
Hex 6A BD 9C 2C 0 11 1A 9C 27 3A
Octal 152 275 234 54 0 21 32 234 47 72
Binary 1101010 10111101 10011100 101100 0 10001 11010 10011100 100111 111010

Color Harmonies of #6ABD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABD9C

Black with #6ABD9C

Text Example


Text Example

White with #6ABD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,189,156); }

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

background-color css

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

 a { background-color: rgb(106,189,156); }

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

border-color css

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

 span { border-color: rgb(106,189,156); }

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