Html Css Color HEX #6AAE9C Keppel

📋 copy color: '#6AAE9C'

red 106 ◦ green 174 ◦ blue 156

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

Shades of Keppel #6AAE9C

Tints of Keppel #6AAE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

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

R = 24.31%
G = 39.91%
B = 35.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#6AAE9C (or 0x6AAE9C) is known color: Keppel. HEX triplet: 6A, AE and 9C. RGB value is (106,174,156). Sum of RGB (Red+Green+Blue) = 106+174+156=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAE9C is #955163. Grayscale: #979797. Windows color (decimal): -9785700 or 10268266. OLE color: 10268266.

HSL color Cylindrical-coordinate representation of color #6AAE9C: hue angle of 164.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAE9C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 174 156 -
CMYK 0.39 0 0.10 0.32
HSL 164.12º 0.3% 0.55% -
HSV(B) 164.12º 0.39% 0.68% -
XYZ 27.08 35.74 36.92 -
YUV 151.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 106 174 156 0.39 0 0.10 0.32 164.12 0.3 0.55
Hex 6A AE 9C 27 0 A 20 A4 1E 37
Octal 152 256 234 47 0 12 40 244 36 67
Binary 1101010 10101110 10011100 100111 0 1010 100000 10100100 11110 110111

Color Harmonies of #6AAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAE9C

Black with #6AAE9C

Text Example


Text Example

White with #6AAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,174,156); }

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

background-color css

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

 a { background-color: rgb(106,174,156); }

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

border-color css

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

 span { border-color: rgb(106,174,156); }

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