Html Css Color HEX #6AAA9A Keppel

📋 copy color: '#6AAA9A'

red 106 ◦ green 170 ◦ blue 154

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

Shades of Keppel #6AAA9A

Tints of Keppel #6AAA9A

RGB

 RED value IS 106 (41.8% from 255) = 24.65%

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

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

R = 24.65%
G = 39.53%
B = 35.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6AAA9A (or 0x6AAA9A) is known color: Keppel. HEX triplet: 6A, AA and 9A. RGB value is (106,170,154). Sum of RGB (Red+Green+Blue) = 106+170+154=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA9A is #955565. Grayscale: #959595. Windows color (decimal): -9786726 or 10136170. OLE color: 10136170.

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

Color convert

RGB 106 170 154 -
CMYK 0.38 0 0.09 0.33
HSL 165º 0.27% 0.54% -
HSV(B) 165º 0.38% 0.67% -
XYZ 26.15 34.15 35.78 -
YUV 149.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 106 170 154 0.38 0 0.09 0.33 165 0.27 0.54
Hex 6A AA 9A 26 0 9 21 A5 1B 36
Octal 152 252 232 46 0 11 41 245 33 66
Binary 1101010 10101010 10011010 100110 0 1001 100001 10100101 11011 110110

Color Harmonies of #6AAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA9A

Black with #6AAA9A

Text Example


Text Example

White with #6AAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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