Html Css Color HEX #6DBFA0 Keppel

📋 copy color: '#6DBFA0'

red 109 ◦ green 191 ◦ blue 160

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

Shades of Keppel #6DBFA0

Tints of Keppel #6DBFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

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

R = 23.7%
G = 41.52%
B = 34.78%

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

#6DBFA0 (or 0x6DBFA0) is known color: Keppel. HEX triplet: 6D, BF and A0. RGB value is (109,191,160). Sum of RGB (Red+Green+Blue) = 109+191+160=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBFA0 is #92405F. Grayscale: #A2A2A2. Windows color (decimal): -9584736 or 10534765. OLE color: 10534765.

HSL color Cylindrical-coordinate representation of color #6DBFA0: hue angle of 157.32º degrees, saturation: 0.39, 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 #6DBFA0 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 191 160 -
CMYK 0.43 0 0.16 0.25
HSL 157.32º 0.39% 0.59% -
HSV(B) 157.32º 0.43% 0.75% -
XYZ 31.28 43.05 39.92 -
YUV 162.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 109 191 160 0.43 0 0.16 0.25 157.32 0.39 0.59
Hex 6D BF A0 2B 0 10 19 9D 27 3B
Octal 155 277 240 53 0 20 31 235 47 73
Binary 1101101 10111111 10100000 101011 0 10000 11001 10011101 100111 111011

Color Harmonies of #6DBFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFA0

Black with #6DBFA0

Text Example


Text Example

White with #6DBFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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