Html Css Color HEX #6BAB9A Keppel

📋 copy color: '#6BAB9A'

red 107 ◦ green 171 ◦ blue 154

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

Shades of Keppel #6BAB9A

Tints of Keppel #6BAB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.65%

R = 24.77%
G = 39.58%
B = 35.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#6BAB9A (or 0x6BAB9A) is known color: Keppel. HEX triplet: 6B, AB and 9A. RGB value is (107,171,154). Sum of RGB (Red+Green+Blue) = 107+171+154=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB9A is #945465. Grayscale: #959595. Windows color (decimal): -9720934 or 10136427. OLE color: 10136427.

HSL color Cylindrical-coordinate representation of color #6BAB9A: hue angle of 164.06º 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 #6BAB9A is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 154 -
CMYK 0.37 0 0.10 0.33
HSL 164.06º 0.28% 0.55% -
HSV(B) 164.06º 0.37% 0.67% -
XYZ 26.46 34.58 35.85 -
YUV 149.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 107 171 154 0.37 0 0.10 0.33 164.06 0.28 0.55
Hex 6B AB 9A 25 0 A 21 A4 1C 37
Octal 153 253 232 45 0 12 41 244 34 67
Binary 1101011 10101011 10011010 100101 0 1010 100001 10100100 11100 110111

Color Harmonies of #6BAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB9A

Black with #6BAB9A

Text Example


Text Example

White with #6BAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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