Html Css Color HEX #6B667E Dolphin

📋 copy color: '#6B667E'

red 107 ◦ green 102 ◦ blue 126

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

Shades of Dolphin #6B667E

Tints of Dolphin #6B667E

RGB

 RED value IS 107 (42.19% from 255) = 31.94%

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

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 31.94%
G = 30.45%
B = 37.61%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B667E (or 0x6B667E) is known color: Dolphin. HEX triplet: 6B, 66 and 7E. RGB value is (107,102,126). Sum of RGB (Red+Green+Blue) = 107+102+126=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B667E is #949981. Grayscale: #6A6A6A. Windows color (decimal): -9738626 or 8283755. OLE color: 8283755.

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

Color convert

RGB 107 102 126 -
CMYK 0.15 0.19 0 0.51
HSL 252.5º 0.11% 0.45% -
HSV(B) 252.5º 0.19% 0.49% -
XYZ 14.58 14.13 21.7 -
YUV 106.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 107 102 126 0.15 0.19 0 0.51 252.5 0.11 0.45
Hex 6B 66 7E F 13 0 33 FD B 2D
Octal 153 146 176 17 23 0 63 375 13 55
Binary 1101011 1100110 1111110 1111 10011 0 110011 11111101 1011 101101

Color Harmonies of #6B667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B667E

Black with #6B667E

Text Example


Text Example

White with #6B667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,102,126); }

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

background-color css

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

 a { background-color: rgb(107,102,126); }

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

border-color css

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

 span { border-color: rgb(107,102,126); }

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