Html Css Color HEX #69B497 Keppel

📋 copy color: '#69B497'

red 105 ◦ green 180 ◦ blue 151

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

Shades of Keppel #69B497

Tints of Keppel #69B497

RGB

 RED value IS 105 (41.41% from 255) = 24.08%

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 24.08%
G = 41.28%
B = 34.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#69B497 (or 0x69B497) is known color: Keppel. HEX triplet: 69, B4 and 97. RGB value is (105,180,151). Sum of RGB (Red+Green+Blue) = 105+180+151=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #69B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B497 is #964B68. Grayscale: #9A9A9A. Windows color (decimal): -9849705 or 9942121. OLE color: 9942121.

HSL color Cylindrical-coordinate representation of color #69B497: hue angle of 156.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B497 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 180 151 -
CMYK 0.42 0 0.16 0.29
HSL 156.8º 0.33% 0.56% -
HSV(B) 156.8º 0.42% 0.71% -
XYZ 27.73 37.88 35.13 -
YUV 154.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 105 180 151 0.42 0 0.16 0.29 156.8 0.33 0.56
Hex 69 B4 97 2A 0 10 1D 9D 21 38
Octal 151 264 227 52 0 20 35 235 41 70
Binary 1101001 10110100 10010111 101010 0 10000 11101 10011101 100001 111000

Color Harmonies of #69B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B497

Black with #69B497

Text Example


Text Example

White with #69B497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69B497; }

 p { color: rgb(105,180,151); }

 H1.HeaderClassName
 {
   color: #69B497;
 }
 .AnyTagClassName
 {
   color: #69B497;
 }
</style>

background-color css

<style>
 a { background-color: #69B497; }

 a { background-color: rgb(105,180,151); }

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

border-color css

<style>
 span { border-color: #69B497; }

 span { border-color: rgb(105,180,151); }

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