Html Css Color HEX #6DBEA0 Keppel

📋 copy color: '#6DBEA0'

red 109 ◦ green 190 ◦ blue 160

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

Shades of Keppel #6DBEA0

Tints of Keppel #6DBEA0

RGB

 RED value IS 109 (42.97% from 255) = 23.75%

 GREEN value IS 190 (74.61% from 255) = 41.39%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 23.75%
G = 41.39%
B = 34.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#6DBEA0 (or 0x6DBEA0) is known color: Keppel. HEX triplet: 6D, BE and A0. RGB value is (109,190,160). Sum of RGB (Red+Green+Blue) = 109+190+160=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEA0 is #92415F. Grayscale: #A2A2A2. Windows color (decimal): -9584992 or 10534509. OLE color: 10534509.

HSL color Cylindrical-coordinate representation of color #6DBEA0: hue angle of 157.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBEA0 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 190 160 -
CMYK 0.43 0 0.16 0.25
HSL 157.78º 0.38% 0.59% -
HSV(B) 157.78º 0.43% 0.75% -
XYZ 31.07 42.62 39.85 -
YUV 162.36 126.66 89.94 -
System Red Green Blue C M Y K H S L
Decimal 109 190 160 0.43 0 0.16 0.25 157.78 0.38 0.59
Hex 6D BE A0 2B 0 10 19 9E 26 3B
Octal 155 276 240 53 0 20 31 236 46 73
Binary 1101101 10111110 10100000 101011 0 10000 11001 10011110 100110 111011

Color Harmonies of #6DBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBEA0

Black with #6DBEA0

Text Example


Text Example

White with #6DBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,190,160); }

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

background-color css

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

 a { background-color: rgb(109,190,160); }

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

border-color css

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

 span { border-color: rgb(109,190,160); }

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