Html Css Color HEX #68627B Dolphin

📋 copy color: '#68627B'

red 104 ◦ green 98 ◦ blue 123

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

Shades of Dolphin #68627B

Tints of Dolphin #68627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 32%
G = 30.15%
B = 37.85%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68627B (or 0x68627B) is known color: Dolphin. HEX triplet: 68, 62 and 7B. RGB value is (104,98,123). Sum of RGB (Red+Green+Blue) = 104+98+123=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #68627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68627B is #979D84. Grayscale: #666666. Windows color (decimal): -9936261 or 8086120. OLE color: 8086120.

HSL color Cylindrical-coordinate representation of color #68627B: hue angle of 254.4º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68627B is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 98 123 -
CMYK 0.15 0.20 0 0.52
HSL 254.4º 0.11% 0.43% -
HSV(B) 254.4º 0.2% 0.48% -
XYZ 13.65 13.11 20.55 -
YUV 102.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 104 98 123 0.15 0.20 0 0.52 254.4 0.11 0.43
Hex 68 62 7B F 14 0 34 FE B 2B
Octal 150 142 173 17 24 0 64 376 13 53
Binary 1101000 1100010 1111011 1111 10100 0 110100 11111110 1011 101011

Color Harmonies of #68627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68627B

Black with #68627B

Text Example


Text Example

White with #68627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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