Html Css Color HEX #696683 Dolphin

📋 copy color: '#696683'

red 105 ◦ green 102 ◦ blue 131

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

Shades of Dolphin #696683

Tints of Dolphin #696683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 31.07%
G = 30.18%
B = 38.76%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696683 (or 0x696683) is known color: Dolphin. HEX triplet: 69, 66 and 83. RGB value is (105,102,131). Sum of RGB (Red+Green+Blue) = 105+102+131=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #696683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696683 is #96997C. Grayscale: #6A6A6A. Windows color (decimal): -9869693 or 8611433. OLE color: 8611433.

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

Color convert

RGB 105 102 131 -
CMYK 0.20 0.22 0 0.49
HSL 246.21º 0.12% 0.46% -
HSV(B) 246.21º 0.22% 0.51% -
XYZ 14.67 14.14 23.43 -
YUV 106.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 105 102 131 0.20 0.22 0 0.49 246.21 0.12 0.46
Hex 69 66 83 14 16 0 31 F6 C 2E
Octal 151 146 203 24 26 0 61 366 14 56
Binary 1101001 1100110 10000011 10100 10110 0 110001 11110110 1100 101110

Color Harmonies of #696683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696683

Black with #696683

Text Example


Text Example

White with #696683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696683; }

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

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

background-color css

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

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

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

border-color css

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

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

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