#69CFB7

Color #69CFB7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #69CFB7

Tints of Downy #69CFB7

Color information

#69CFB7 (or 0x69CFB7) is unknown color: approx Downy. HEX triplet: 69, CF and B7. RGB value is (105,207,183). Sum of RGB (Red+Green+Blue) = 105+207+183=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFB7 is #963048. Grayscale: #ADADAD. Windows color (decimal): -9842761 or 12046185. OLE color: 12046185.

HSL color Cylindrical-coordinate representation of color #69CFB7: hue angle of 165.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CFB7 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB105207183-
CMYK0.4900.120.19
HSL165.88º51.52%61.18%-
HSV(B)165.88º49.28%81.18%-
XYZ36.6951.0552.72-
YUV173.77133.2178.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=21.21%
G=41.82%
B=36.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052071830.4900.120.19165.8851.5261.18
Hex69CFB7310C13a6343d
Octal15131726761014232466475
Binary11010011100111110110111110001011001001110100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,207,183); }

 H1.HeaderClassName
 {
   color: #69CFB7;
 }
 .AnyTagClassName
 {
   color: #69CFB7;
 }
</style>
background-color css

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

 a { background-color: rgb(105,207,183); }

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

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

 span { border-color: rgb(105,207,183); }

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