Html Css Color HEX #68667B Dolphin

📋 copy color: '#68667B'

red 104 ◦ green 102 ◦ blue 123

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

Shades of Dolphin #68667B

Tints of Dolphin #68667B

RGB

 RED value IS 104 (41.02% from 255) = 31.61%

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

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

R = 31.61%
G = 31%
B = 37.39%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68667B (or 0x68667B) is known color: Dolphin. HEX triplet: 68, 66 and 7B. RGB value is (104,102,123). Sum of RGB (Red+Green+Blue) = 104+102+123=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #68667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68667B is #979984. Grayscale: #686868. Windows color (decimal): -9935237 or 8087144. OLE color: 8087144.

HSL color Cylindrical-coordinate representation of color #68667B: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68667B is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 102 123 -
CMYK 0.15 0.17 0 0.52
HSL 245.71º 0.09% 0.44% -
HSV(B) 245.71º 0.17% 0.48% -
XYZ 14.04 13.88 20.68 -
YUV 104.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 104 102 123 0.15 0.17 0 0.52 245.71 0.09 0.44
Hex 68 66 7B F 11 0 34 F6 9 2C
Octal 150 146 173 17 21 0 64 366 11 54
Binary 1101000 1100110 1111011 1111 10001 0 110100 11110110 1001 101100

Color Harmonies of #68667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68667B

Black with #68667B

Text Example


Text Example

White with #68667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,102,123); }

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

background-color css

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

 a { background-color: rgb(104,102,123); }

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

border-color css

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

 span { border-color: rgb(104,102,123); }

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