Html Css Color HEX #6BAB9B Keppel

📋 copy color: '#6BAB9B'

red 107 ◦ green 171 ◦ blue 155

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

Shades of Keppel #6BAB9B

Tints of Keppel #6BAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.49%

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

R = 24.71%
G = 39.49%
B = 35.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6BAB9B (or 0x6BAB9B) is known color: Keppel. HEX triplet: 6B, AB and 9B. RGB value is (107,171,155). Sum of RGB (Red+Green+Blue) = 107+171+155=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9B is #945464. Grayscale: #969696. Windows color (decimal): -9720933 or 10201963. OLE color: 10201963.

HSL color Cylindrical-coordinate representation of color #6BAB9B: hue angle of 165º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB9B is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 155 -
CMYK 0.37 0 0.09 0.33
HSL 165º 0.28% 0.55% -
HSV(B) 165º 0.37% 0.67% -
XYZ 26.54 34.62 36.29 -
YUV 150.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 107 171 155 0.37 0 0.09 0.33 165 0.28 0.55
Hex 6B AB 9B 25 0 9 21 A5 1C 37
Octal 153 253 233 45 0 11 41 245 34 67
Binary 1101011 10101011 10011011 100101 0 1001 100001 10100101 11100 110111

Color Harmonies of #6BAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB9B

Black with #6BAB9B

Text Example


Text Example

White with #6BAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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