Html Css Color HEX #6FBCA2 Keppel

📋 copy color: '#6FBCA2'

red 111 ◦ green 188 ◦ blue 162

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

Shades of Keppel #6FBCA2

Tints of Keppel #6FBCA2

RGB

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

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

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

R = 24.08%
G = 40.78%
B = 35.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#6FBCA2 (or 0x6FBCA2) is known color: Keppel. HEX triplet: 6F, BC and A2. RGB value is (111,188,162). Sum of RGB (Red+Green+Blue) = 111+188+162=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCA2 is #90435D. Grayscale: #A2A2A2. Windows color (decimal): -9454430 or 10665071. OLE color: 10665071.

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

Color convert

RGB 111 188 162 -
CMYK 0.41 0 0.14 0.26
HSL 159.74º 0.36% 0.59% -
HSV(B) 159.74º 0.41% 0.74% -
XYZ 31.06 41.95 40.64 -
YUV 162.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 111 188 162 0.41 0 0.14 0.26 159.74 0.36 0.59
Hex 6F BC A2 29 0 E 1A A0 24 3B
Octal 157 274 242 51 0 16 32 240 44 73
Binary 1101111 10111100 10100010 101001 0 1110 11010 10100000 100100 111011

Color Harmonies of #6FBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCA2

Black with #6FBCA2

Text Example


Text Example

White with #6FBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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