Html Css Color HEX #6DBAA2 Keppel

📋 copy color: '#6DBAA2'

red 109 ◦ green 186 ◦ blue 162

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

Shades of Keppel #6DBAA2

Tints of Keppel #6DBAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 23.85%
G = 40.7%
B = 35.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#6DBAA2 (or 0x6DBAA2) is known color: Keppel. HEX triplet: 6D, BA and A2. RGB value is (109,186,162). Sum of RGB (Red+Green+Blue) = 109+186+162=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBAA2 is #92455D. Grayscale: #A0A0A0. Windows color (decimal): -9586014 or 10664557. OLE color: 10664557.

HSL color Cylindrical-coordinate representation of color #6DBAA2: hue angle of 161.3º 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 #6DBAA2 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 186 162 -
CMYK 0.41 0 0.13 0.27
HSL 161.3º 0.36% 0.58% -
HSV(B) 161.3º 0.41% 0.73% -
XYZ 30.39 40.98 40.49 -
YUV 160.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 109 186 162 0.41 0 0.13 0.27 161.3 0.36 0.58
Hex 6D BA A2 29 0 D 1B A1 24 3A
Octal 155 272 242 51 0 15 33 241 44 72
Binary 1101101 10111010 10100010 101001 0 1101 11011 10100001 100100 111010

Color Harmonies of #6DBAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAA2

Black with #6DBAA2

Text Example


Text Example

White with #6DBAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,186,162); }

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

background-color css

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

 a { background-color: rgb(109,186,162); }

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

border-color css

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

 span { border-color: rgb(109,186,162); }

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