Html Css Color HEX #69677B Dolphin

📋 copy color: '#69677B'

red 105 ◦ green 103 ◦ blue 123

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

Shades of Dolphin #69677B

Tints of Dolphin #69677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.12%

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 31.72%
G = 31.12%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#69677B (or 0x69677B) is known color: Dolphin. HEX triplet: 69, 67 and 7B. RGB value is (105,103,123). Sum of RGB (Red+Green+Blue) = 105+103+123=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #69677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69677B is #969884. Grayscale: #696969. Windows color (decimal): -9869445 or 8087401. OLE color: 8087401.

HSL color Cylindrical-coordinate representation of color #69677B: hue angle of 246º degrees, saturation: 0.09, 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 #69677B is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 103 123 -
CMYK 0.15 0.16 0 0.52
HSL 246º 0.09% 0.44% -
HSV(B) 246º 0.16% 0.48% -
XYZ 14.25 14.13 20.72 -
YUV 105.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 105 103 123 0.15 0.16 0 0.52 246 0.09 0.44
Hex 69 67 7B F 10 0 34 F6 9 2C
Octal 151 147 173 17 20 0 64 366 11 54
Binary 1101001 1100111 1111011 1111 10000 0 110100 11110110 1001 101100

Color Harmonies of #69677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69677B

Black with #69677B

Text Example


Text Example

White with #69677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69677B;
 }
 .AnyTagClassName
 {
   color: #69677B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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