Html Css Color HEX #6AAE9D Keppel

📋 copy color: '#6AAE9D'

red 106 ◦ green 174 ◦ blue 157

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

Shades of Keppel #6AAE9D

Tints of Keppel #6AAE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 24.26%
G = 39.82%
B = 35.93%

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

#6AAE9D (or 0x6AAE9D) is known color: Keppel. HEX triplet: 6A, AE and 9D. RGB value is (106,174,157). Sum of RGB (Red+Green+Blue) = 106+174+157=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAE9D is #955162. Grayscale: #979797. Windows color (decimal): -9785699 or 10333802. OLE color: 10333802.

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

Color convert

RGB 106 174 157 -
CMYK 0.39 0 0.10 0.32
HSL 165º 0.3% 0.55% -
HSV(B) 165º 0.39% 0.68% -
XYZ 27.17 35.77 37.37 -
YUV 151.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 106 174 157 0.39 0 0.10 0.32 165 0.3 0.55
Hex 6A AE 9D 27 0 A 20 A5 1E 37
Octal 152 256 235 47 0 12 40 245 36 67
Binary 1101010 10101110 10011101 100111 0 1010 100000 10100101 11110 110111

Color Harmonies of #6AAE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAE9D

Black with #6AAE9D

Text Example


Text Example

White with #6AAE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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