Html Css Color HEX #6FBDA1 Keppel

📋 copy color: '#6FBDA1'

red 111 ◦ green 189 ◦ blue 161

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

Shades of Keppel #6FBDA1

Tints of Keppel #6FBDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 24.08%
G = 41%
B = 34.92%

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

#6FBDA1 (or 0x6FBDA1) is known color: Keppel. HEX triplet: 6F, BD and A1. RGB value is (111,189,161). Sum of RGB (Red+Green+Blue) = 111+189+161=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDA1 is #90425E. Grayscale: #A2A2A2. Windows color (decimal): -9454175 or 10599791. OLE color: 10599791.

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

Color convert

RGB 111 189 161 -
CMYK 0.41 0 0.15 0.26
HSL 158.46º 0.37% 0.59% -
HSV(B) 158.46º 0.41% 0.74% -
XYZ 31.19 42.35 40.25 -
YUV 162.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 111 189 161 0.41 0 0.15 0.26 158.46 0.37 0.59
Hex 6F BD A1 29 0 F 1A 9E 25 3B
Octal 157 275 241 51 0 17 32 236 45 73
Binary 1101111 10111101 10100001 101001 0 1111 11010 10011110 100101 111011

Color Harmonies of #6FBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDA1

Black with #6FBDA1

Text Example


Text Example

White with #6FBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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