Html Css Color HEX #6BBA9C Keppel

📋 copy color: '#6BBA9C'

red 107 ◦ green 186 ◦ blue 156

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

Shades of Keppel #6BBA9C

Tints of Keppel #6BBA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 23.83%
G = 41.43%
B = 34.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#6BBA9C (or 0x6BBA9C) is known color: Keppel. HEX triplet: 6B, BA and 9C. RGB value is (107,186,156). Sum of RGB (Red+Green+Blue) = 107+186+156=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBA9C is #944563. Grayscale: #9F9F9F. Windows color (decimal): -9717092 or 10271339. OLE color: 10271339.

HSL color Cylindrical-coordinate representation of color #6BBA9C: hue angle of 157.22º 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 #6BBA9C is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 186 156 -
CMYK 0.42 0 0.16 0.27
HSL 157.22º 0.36% 0.57% -
HSV(B) 157.22º 0.42% 0.73% -
XYZ 29.62 40.64 37.74 -
YUV 158.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 107 186 156 0.42 0 0.16 0.27 157.22 0.36 0.57
Hex 6B BA 9C 2A 0 10 1B 9D 24 39
Octal 153 272 234 52 0 20 33 235 44 71
Binary 1101011 10111010 10011100 101010 0 10000 11011 10011101 100100 111001

Color Harmonies of #6BBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBA9C

Black with #6BBA9C

Text Example


Text Example

White with #6BBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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