Html Css Color HEX #6BAA9A Keppel

📋 copy color: '#6BAA9A'

red 107 ◦ green 170 ◦ blue 154

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

Shades of Keppel #6BAA9A

Tints of Keppel #6BAA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

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

R = 24.83%
G = 39.44%
B = 35.73%

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

#6BAA9A (or 0x6BAA9A) is known color: Keppel. HEX triplet: 6B, AA and 9A. RGB value is (107,170,154). Sum of RGB (Red+Green+Blue) = 107+170+154=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA9A is #945565. Grayscale: #959595. Windows color (decimal): -9721190 or 10136171. OLE color: 10136171.

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

Color convert

RGB 107 170 154 -
CMYK 0.37 0 0.09 0.33
HSL 164.76º 0.27% 0.54% -
HSV(B) 164.76º 0.37% 0.67% -
XYZ 26.27 34.21 35.79 -
YUV 149.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 107 170 154 0.37 0 0.09 0.33 164.76 0.27 0.54
Hex 6B AA 9A 25 0 9 21 A5 1B 36
Octal 153 252 232 45 0 11 41 245 33 66
Binary 1101011 10101010 10011010 100101 0 1001 100001 10100101 11011 110110

Color Harmonies of #6BAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAA9A

Black with #6BAA9A

Text Example


Text Example

White with #6BAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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