Html Css Color HEX #6FBDA0 Keppel

📋 copy color: '#6FBDA0'

red 111 ◦ green 189 ◦ blue 160

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

Shades of Keppel #6FBDA0

Tints of Keppel #6FBDA0

RGB

 RED value IS 111 (43.75% from 255) = 24.13%

 GREEN value IS 189 (74.22% from 255) = 41.09%

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

R = 24.13%
G = 41.09%
B = 34.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#6FBDA0 (or 0x6FBDA0) is known color: Keppel. HEX triplet: 6F, BD and A0. RGB value is (111,189,160). Sum of RGB (Red+Green+Blue) = 111+189+160=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDA0 is #90425F. Grayscale: #A2A2A2. Windows color (decimal): -9454176 or 10534255. OLE color: 10534255.

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

Color convert

RGB 111 189 160 -
CMYK 0.41 0 0.15 0.26
HSL 157.69º 0.37% 0.59% -
HSV(B) 157.69º 0.41% 0.74% -
XYZ 31.1 42.31 39.79 -
YUV 162.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 111 189 160 0.41 0 0.15 0.26 157.69 0.37 0.59
Hex 6F BD A0 29 0 F 1A 9E 25 3B
Octal 157 275 240 51 0 17 32 236 45 73
Binary 1101111 10111101 10100000 101001 0 1111 11010 10011110 100101 111011

Color Harmonies of #6FBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDA0

Black with #6FBDA0

Text Example


Text Example

White with #6FBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,160); }

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

background-color css

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

 a { background-color: rgb(111,189,160); }

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

border-color css

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

 span { border-color: rgb(111,189,160); }

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