Html Css Color HEX #69B09C Keppel

📋 copy color: '#69B09C'

red 105 ◦ green 176 ◦ blue 156

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

Shades of Keppel #69B09C

Tints of Keppel #69B09C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

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

R = 24.03%
G = 40.27%
B = 35.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#69B09C (or 0x69B09C) is known color: Keppel. HEX triplet: 69, B0 and 9C. RGB value is (105,176,156). Sum of RGB (Red+Green+Blue) = 105+176+156=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #69B09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B09C is #964F63. Grayscale: #989898. Windows color (decimal): -9850724 or 10268777. OLE color: 10268777.

HSL color Cylindrical-coordinate representation of color #69B09C: hue angle of 163.1º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B09C is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 176 156 -
CMYK 0.40 0 0.11 0.31
HSL 163.1º 0.31% 0.55% -
HSV(B) 163.1º 0.4% 0.69% -
XYZ 27.35 36.45 37.05 -
YUV 152.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 105 176 156 0.40 0 0.11 0.31 163.1 0.31 0.55
Hex 69 B0 9C 28 0 B 1F A3 1F 37
Octal 151 260 234 50 0 13 37 243 37 67
Binary 1101001 10110000 10011100 101000 0 1011 11111 10100011 11111 110111

Color Harmonies of #69B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B09C

Black with #69B09C

Text Example


Text Example

White with #69B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,176,156); }

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

background-color css

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

 a { background-color: rgb(105,176,156); }

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

border-color css

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

 span { border-color: rgb(105,176,156); }

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