Html Css Color HEX #6DBCA2 Keppel

📋 copy color: '#6DBCA2'

red 109 ◦ green 188 ◦ blue 162

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

Shades of Keppel #6DBCA2

Tints of Keppel #6DBCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

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

R = 23.75%
G = 40.96%
B = 35.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#6DBCA2 (or 0x6DBCA2) is known color: Keppel. HEX triplet: 6D, BC and A2. RGB value is (109,188,162). Sum of RGB (Red+Green+Blue) = 109+188+162=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCA2 is #92435D. Grayscale: #A1A1A1. Windows color (decimal): -9585502 or 10665069. OLE color: 10665069.

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

Color convert

RGB 109 188 162 -
CMYK 0.42 0 0.14 0.26
HSL 160.25º 0.37% 0.58% -
HSV(B) 160.25º 0.42% 0.74% -
XYZ 30.81 41.83 40.63 -
YUV 161.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 109 188 162 0.42 0 0.14 0.26 160.25 0.37 0.58
Hex 6D BC A2 2A 0 E 1A A0 25 3A
Octal 155 274 242 52 0 16 32 240 45 72
Binary 1101101 10111100 10100010 101010 0 1110 11010 10100000 100101 111010

Color Harmonies of #6DBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCA2

Black with #6DBCA2

Text Example


Text Example

White with #6DBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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