Html Css Color HEX #6BBA9B Keppel

📋 copy color: '#6BBA9B'

red 107 ◦ green 186 ◦ blue 155

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

Shades of Keppel #6BBA9B

Tints of Keppel #6BBA9B

RGB

 RED value IS 107 (42.19% from 255) = 23.88%

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 23.88%
G = 41.52%
B = 34.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#6BBA9B (or 0x6BBA9B) is known color: Keppel. HEX triplet: 6B, BA and 9B. RGB value is (107,186,155). Sum of RGB (Red+Green+Blue) = 107+186+155=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBA9B is #944564. Grayscale: #9E9E9E. Windows color (decimal): -9717093 or 10205803. OLE color: 10205803.

HSL color Cylindrical-coordinate representation of color #6BBA9B: hue angle of 156.46º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBA9B is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 186 155 -
CMYK 0.42 0 0.17 0.27
HSL 156.46º 0.36% 0.57% -
HSV(B) 156.46º 0.42% 0.73% -
XYZ 29.54 40.61 37.29 -
YUV 158.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 107 186 155 0.42 0 0.17 0.27 156.46 0.36 0.57
Hex 6B BA 9B 2A 0 11 1B 9C 24 39
Octal 153 272 233 52 0 21 33 234 44 71
Binary 1101011 10111010 10011011 101010 0 10001 11011 10011100 100100 111001

Color Harmonies of #6BBA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBA9B

Black with #6BBA9B

Text Example


Text Example

White with #6BBA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,186,155); }

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

background-color css

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

 a { background-color: rgb(107,186,155); }

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

border-color css

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

 span { border-color: rgb(107,186,155); }

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