Html Css Color HEX #6CB49B Keppel

📋 copy color: '#6CB49B'

red 108 ◦ green 180 ◦ blue 155

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

Shades of Keppel #6CB49B

Tints of Keppel #6CB49B

RGB

 RED value IS 108 (42.58% from 255) = 24.38%

 GREEN value IS 180 (70.7% from 255) = 40.63%

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 24.38%
G = 40.63%
B = 34.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#6CB49B (or 0x6CB49B) is known color: Keppel. HEX triplet: 6C, B4 and 9B. RGB value is (108,180,155). Sum of RGB (Red+Green+Blue) = 108+180+155=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB49B is #934B64. Grayscale: #9B9B9B. Windows color (decimal): -9653093 or 10204268. OLE color: 10204268.

HSL color Cylindrical-coordinate representation of color #6CB49B: hue angle of 159.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB49B is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 180 155 -
CMYK 0.40 0 0.14 0.29
HSL 159.17º 0.32% 0.56% -
HSV(B) 159.17º 0.4% 0.71% -
XYZ 28.42 38.2 36.89 -
YUV 155.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 108 180 155 0.40 0 0.14 0.29 159.17 0.32 0.56
Hex 6C B4 9B 28 0 E 1D 9F 20 38
Octal 154 264 233 50 0 16 35 237 40 70
Binary 1101100 10110100 10011011 101000 0 1110 11101 10011111 100000 111000

Color Harmonies of #6CB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB49B

Black with #6CB49B

Text Example


Text Example

White with #6CB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,180,155); }

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

background-color css

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

 a { background-color: rgb(108,180,155); }

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

border-color css

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

 span { border-color: rgb(108,180,155); }

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