Html Css Color HEX #69BDA7 Keppel

📋 copy color: '#69BDA7'

red 105 ◦ green 189 ◦ blue 167

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

Shades of Keppel #69BDA7

Tints of Keppel #69BDA7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 22.78%
G = 41%
B = 36.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#69BDA7 (or 0x69BDA7) is known color: Keppel. HEX triplet: 69, BD and A7. RGB value is (105,189,167). Sum of RGB (Red+Green+Blue) = 105+189+167=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #69BDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BDA7 is #964258. Grayscale: #A1A1A1. Windows color (decimal): -9847385 or 10993001. OLE color: 10993001.

HSL color Cylindrical-coordinate representation of color #69BDA7: hue angle of 164.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BDA7 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 189 167 -
CMYK 0.44 0 0.12 0.26
HSL 164.29º 0.39% 0.58% -
HSV(B) 164.29º 0.44% 0.74% -
XYZ 31 42.19 43.07 -
YUV 161.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 105 189 167 0.44 0 0.12 0.26 164.29 0.39 0.58
Hex 69 BD A7 2C 0 C 1A A4 27 3A
Octal 151 275 247 54 0 14 32 244 47 72
Binary 1101001 10111101 10100111 101100 0 1100 11010 10100100 100111 111010

Color Harmonies of #69BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BDA7

Black with #69BDA7

Text Example


Text Example

White with #69BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,189,167); }

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

background-color css

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

 a { background-color: rgb(105,189,167); }

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

border-color css

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

 span { border-color: rgb(105,189,167); }

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