Html Css Color HEX #696375 Dolphin

📋 copy color: '#696375'

red 105 ◦ green 99 ◦ blue 117

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

Shades of Dolphin #696375

Tints of Dolphin #696375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 32.71%
G = 30.84%
B = 36.45%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696375 (or 0x696375) is known color: Dolphin. HEX triplet: 69, 63 and 75. RGB value is (105,99,117). Sum of RGB (Red+Green+Blue) = 105+99+117=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #696375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696375 is #969C8A. Grayscale: #666666. Windows color (decimal): -9870475 or 7693161. OLE color: 7693161.

HSL color Cylindrical-coordinate representation of color #696375: hue angle of 260º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696375 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 99 117 -
CMYK 0.10 0.15 0 0.54
HSL 260º 0.08% 0.42% -
HSV(B) 260º 0.15% 0.46% -
XYZ 13.5 13.21 18.67 -
YUV 102.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 105 99 117 0.10 0.15 0 0.54 260 0.08 0.42
Hex 69 63 75 A F 0 36 104 8 2A
Octal 151 143 165 12 17 0 66 404 10 52
Binary 1101001 1100011 1110101 1010 1111 0 110110 100000100 1000 101010

Color Harmonies of #696375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696375

Black with #696375

Text Example


Text Example

White with #696375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696375; }

 p { color: rgb(105,99,117); }

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

background-color css

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

 a { background-color: rgb(105,99,117); }

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

border-color css

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

 span { border-color: rgb(105,99,117); }

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