Html Css Color HEX #67627B Dolphin

📋 copy color: '#67627B'

red 103 ◦ green 98 ◦ blue 123

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

Shades of Dolphin #67627B

Tints of Dolphin #67627B

RGB

 RED value IS 103 (40.63% from 255) = 31.79%

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

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

R = 31.79%
G = 30.25%
B = 37.96%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#67627B (or 0x67627B) is known color: Dolphin. HEX triplet: 67, 62 and 7B. RGB value is (103,98,123). Sum of RGB (Red+Green+Blue) = 103+98+123=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #67627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67627B is #989D84. Grayscale: #666666. Windows color (decimal): -10001797 or 8086119. OLE color: 8086119.

HSL color Cylindrical-coordinate representation of color #67627B: hue angle of 252º 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 #67627B is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 103 98 123 -
CMYK 0.16 0.20 0 0.52
HSL 252º 0.11% 0.43% -
HSV(B) 252º 0.2% 0.48% -
XYZ 13.54 13.05 20.54 -
YUV 102.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 103 98 123 0.16 0.20 0 0.52 252 0.11 0.43
Hex 67 62 7B 10 14 0 34 FC B 2B
Octal 147 142 173 20 24 0 64 374 13 53
Binary 1100111 1100010 1111011 10000 10100 0 110100 11111100 1011 101011

Color Harmonies of #67627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67627B

Black with #67627B

Text Example


Text Example

White with #67627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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