Html Css Color HEX #6B6986 Dolphin

📋 copy color: '#6B6986'

red 107 ◦ green 105 ◦ blue 134

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

Shades of Dolphin #6B6986

Tints of Dolphin #6B6986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

 BLUE value IS 134 (52.73% from 255) = 38.73%

R = 30.92%
G = 30.35%
B = 38.73%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B6986 (or 0x6B6986) is known color: Dolphin. HEX triplet: 6B, 69 and 86. RGB value is (107,105,134). Sum of RGB (Red+Green+Blue) = 107+105+134=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B6986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6986 is #949679. Grayscale: #6C6C6C. Windows color (decimal): -9737850 or 8808811. OLE color: 8808811.

HSL color Cylindrical-coordinate representation of color #6B6986: hue angle of 244.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B6986 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 105 134 -
CMYK 0.20 0.22 0 0.47
HSL 244.14º 0.12% 0.47% -
HSV(B) 244.14º 0.22% 0.53% -
XYZ 15.42 14.95 24.63 -
YUV 108.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 107 105 134 0.20 0.22 0 0.47 244.14 0.12 0.47
Hex 6B 69 86 14 16 0 2F F4 C 2F
Octal 153 151 206 24 26 0 57 364 14 57
Binary 1101011 1101001 10000110 10100 10110 0 101111 11110100 1100 101111

Color Harmonies of #6B6986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6986

Black with #6B6986

Text Example


Text Example

White with #6B6986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,134); }

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

background-color css

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

 a { background-color: rgb(107,105,134); }

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

border-color css

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

 span { border-color: rgb(107,105,134); }

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