Html Css Color HEX #6A6782 Dolphin

📋 copy color: '#6A6782'

red 106 ◦ green 103 ◦ blue 130

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

Shades of Dolphin #6A6782

Tints of Dolphin #6A6782

RGB

 RED value IS 106 (41.8% from 255) = 31.27%

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 31.27%
G = 30.38%
B = 38.35%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6A6782 (or 0x6A6782) is known color: Dolphin. HEX triplet: 6A, 67 and 82. RGB value is (106,103,130). Sum of RGB (Red+Green+Blue) = 106+103+130=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A6782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6782 is #95987D. Grayscale: #6A6A6A. Windows color (decimal): -9803902 or 8546154. OLE color: 8546154.

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

Color convert

RGB 106 103 130 -
CMYK 0.18 0.21 0 0.49
HSL 246.67º 0.12% 0.46% -
HSV(B) 246.67º 0.21% 0.51% -
XYZ 14.82 14.38 23.11 -
YUV 106.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 106 103 130 0.18 0.21 0 0.49 246.67 0.12 0.46
Hex 6A 67 82 12 15 0 31 F7 C 2E
Octal 152 147 202 22 25 0 61 367 14 56
Binary 1101010 1100111 10000010 10010 10101 0 110001 11110111 1100 101110

Color Harmonies of #6A6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6782

Black with #6A6782

Text Example


Text Example

White with #6A6782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,103,130); }

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

background-color css

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

 a { background-color: rgb(106,103,130); }

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

border-color css

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

 span { border-color: rgb(106,103,130); }

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