Html Css Color HEX #696682 Dolphin

📋 copy color: '#696682'

red 105 ◦ green 102 ◦ blue 130

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

Shades of Dolphin #696682

Tints of Dolphin #696682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 31.16%
G = 30.27%
B = 38.58%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696682 (or 0x696682) is known color: Dolphin. HEX triplet: 69, 66 and 82. RGB value is (105,102,130). Sum of RGB (Red+Green+Blue) = 105+102+130=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #696682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696682 is #96997D. Grayscale: #696969. Windows color (decimal): -9869694 or 8545897. OLE color: 8545897.

HSL color Cylindrical-coordinate representation of color #696682: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #696682 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 102 130 -
CMYK 0.19 0.22 0 0.49
HSL 246.43º 0.12% 0.45% -
HSV(B) 246.43º 0.22% 0.51% -
XYZ 14.61 14.12 23.07 -
YUV 106.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 105 102 130 0.19 0.22 0 0.49 246.43 0.12 0.45
Hex 69 66 82 13 16 0 31 F6 C 2D
Octal 151 146 202 23 26 0 61 366 14 55
Binary 1101001 1100110 10000010 10011 10110 0 110001 11110110 1100 101101

Color Harmonies of #696682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696682

Black with #696682

Text Example


Text Example

White with #696682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696682; }

 p { color: rgb(105,102,130); }

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

background-color css

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

 a { background-color: rgb(105,102,130); }

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

border-color css

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

 span { border-color: rgb(105,102,130); }

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