Html Css Color HEX #6EBA9C Keppel

📋 copy color: '#6EBA9C'

red 110 ◦ green 186 ◦ blue 156

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

Shades of Keppel #6EBA9C

Tints of Keppel #6EBA9C

RGB

 RED value IS 110 (43.36% from 255) = 24.34%

 GREEN value IS 186 (73.05% from 255) = 41.15%

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

R = 24.34%
G = 41.15%
B = 34.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#6EBA9C (or 0x6EBA9C) is known color: Keppel. HEX triplet: 6E, BA and 9C. RGB value is (110,186,156). Sum of RGB (Red+Green+Blue) = 110+186+156=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBA9C is #914563. Grayscale: #9F9F9F. Windows color (decimal): -9520484 or 10271342. OLE color: 10271342.

HSL color Cylindrical-coordinate representation of color #6EBA9C: hue angle of 156.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBA9C is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 186 156 -
CMYK 0.41 0 0.16 0.27
HSL 156.32º 0.36% 0.58% -
HSV(B) 156.32º 0.41% 0.73% -
XYZ 29.99 40.83 37.75 -
YUV 159.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 110 186 156 0.41 0 0.16 0.27 156.32 0.36 0.58
Hex 6E BA 9C 29 0 10 1B 9C 24 3A
Octal 156 272 234 51 0 20 33 234 44 72
Binary 1101110 10111010 10011100 101001 0 10000 11011 10011100 100100 111010

Color Harmonies of #6EBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBA9C

Black with #6EBA9C

Text Example


Text Example

White with #6EBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,186,156); }

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

background-color css

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

 a { background-color: rgb(110,186,156); }

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

border-color css

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

 span { border-color: rgb(110,186,156); }

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