#69677A

Color #69677A Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #69677A

Tints of Dolphin #69677A

Color information

#69677A (or 0x69677A) is unknown color: approx Dolphin. HEX triplet: 69, 67 and 7A. RGB value is (105,103,122). Sum of RGB (Red+Green+Blue) = 105+103+122=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #69677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69677A is #969885. Grayscale: #696969. Windows color (decimal): -9869446 or 8021865. OLE color: 8021865.

HSL color Cylindrical-coordinate representation of color #69677A: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69677A is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB105103122-
CMYK0.140.1600.52
HSL246.32º8.44%44.12%-
HSV(B)246.32º15.57%47.84%-
XYZ14.1914.1120.39-
YUV105.76137.16127.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=31.82%
G=31.21%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051031220.140.1600.52246.328.4444.12
Hex69677AE10034f682c
Octal15114717216200643661054
Binary1101001110011111110101110100000110100111101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69677A; }

 p { color: rgb(105,103,122); }

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

<style>
 a { background-color: #69677A; }

 a { background-color: rgb(105,103,122); }

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

<style>
 span { border-color: #69677A; }

 span { border-color: rgb(105,103,122); }

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