Html Css Color HEX #6E6B7D Dolphin

📋 copy color: '#6E6B7D'

red 110 ◦ green 107 ◦ blue 125

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

Shades of Dolphin #6E6B7D

Tints of Dolphin #6E6B7D

RGB

 RED value IS 110 (43.36% from 255) = 32.16%

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 32.16%
G = 31.29%
B = 36.55%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E6B7D (or 0x6E6B7D) is known color: Dolphin. HEX triplet: 6E, 6B and 7D. RGB value is (110,107,125). Sum of RGB (Red+Green+Blue) = 110+107+125=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E6B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B7D is #919482. Grayscale: #6D6D6D. Windows color (decimal): -9540739 or 8219502. OLE color: 8219502.

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

Color convert

RGB 110 107 125 -
CMYK 0.12 0.14 0 0.51
HSL 250º 0.08% 0.45% -
HSV(B) 250º 0.14% 0.49% -
XYZ 15.39 15.31 21.55 -
YUV 109.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 110 107 125 0.12 0.14 0 0.51 250 0.08 0.45
Hex 6E 6B 7D C E 0 33 FA 8 2D
Octal 156 153 175 14 16 0 63 372 10 55
Binary 1101110 1101011 1111101 1100 1110 0 110011 11111010 1000 101101

Color Harmonies of #6E6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6B7D

Black with #6E6B7D

Text Example


Text Example

White with #6E6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E6B7D; }

 p { color: rgb(110,107,125); }

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

background-color css

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

 a { background-color: rgb(110,107,125); }

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

border-color css

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

 span { border-color: rgb(110,107,125); }

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