Html Css Color HEX #6FBEA1 Keppel

📋 copy color: '#6FBEA1'

red 111 ◦ green 190 ◦ blue 161

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

Shades of Keppel #6FBEA1

Tints of Keppel #6FBEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

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

R = 24.03%
G = 41.13%
B = 34.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#6FBEA1 (or 0x6FBEA1) is known color: Keppel. HEX triplet: 6F, BE and A1. RGB value is (111,190,161). Sum of RGB (Red+Green+Blue) = 111+190+161=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEA1 is #90415E. Grayscale: #A3A3A3. Windows color (decimal): -9453919 or 10600047. OLE color: 10600047.

HSL color Cylindrical-coordinate representation of color #6FBEA1: hue angle of 157.97º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBEA1 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 190 161 -
CMYK 0.42 0 0.15 0.25
HSL 157.97º 0.38% 0.59% -
HSV(B) 157.97º 0.42% 0.75% -
XYZ 31.4 42.78 40.32 -
YUV 163.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 111 190 161 0.42 0 0.15 0.25 157.97 0.38 0.59
Hex 6F BE A1 2A 0 F 19 9E 26 3B
Octal 157 276 241 52 0 17 31 236 46 73
Binary 1101111 10111110 10100001 101010 0 1111 11001 10011110 100110 111011

Color Harmonies of #6FBEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEA1

Black with #6FBEA1

Text Example


Text Example

White with #6FBEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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