Html Css Color HEX #6B6872 Dolphin

📋 copy color: '#6B6872'

red 107 ◦ green 104 ◦ blue 114

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

Shades of Dolphin #6B6872

Tints of Dolphin #6B6872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 32.92%
G = 32%
B = 35.08%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B6872 (or 0x6B6872) is known color: Dolphin. HEX triplet: 6B, 68 and 72. RGB value is (107,104,114). Sum of RGB (Red+Green+Blue) = 107+104+114=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B6872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6872 is #94978D. Grayscale: #6A6A6A. Windows color (decimal): -9738126 or 7497835. OLE color: 7497835.

HSL color Cylindrical-coordinate representation of color #6B6872: hue angle of 258º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6872 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 104 114 -
CMYK 0.06 0.09 0 0.55
HSL 258º 0.05% 0.43% -
HSV(B) 258º 0.09% 0.45% -
XYZ 14.05 14.24 17.93 -
YUV 106.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 107 104 114 0.06 0.09 0 0.55 258 0.05 0.43
Hex 6B 68 72 6 9 0 37 102 5 2B
Octal 153 150 162 6 11 0 67 402 5 53
Binary 1101011 1101000 1110010 110 1001 0 110111 100000010 101 101011

Color Harmonies of #6B6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6872

Black with #6B6872

Text Example


Text Example

White with #6B6872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,104,114); }

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

background-color css

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

 a { background-color: rgb(107,104,114); }

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

border-color css

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

 span { border-color: rgb(107,104,114); }

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