Html Css Color HEX #6A6682 Dolphin

📋 copy color: '#6A6682'

red 106 ◦ green 102 ◦ blue 130

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

Shades of Dolphin #6A6682

Tints of Dolphin #6A6682

RGB

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

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

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

R = 31.36%
G = 30.18%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6A6682 (or 0x6A6682) is known color: Dolphin. HEX triplet: 6A, 66 and 82. RGB value is (106,102,130). Sum of RGB (Red+Green+Blue) = 106+102+130=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A6682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6682 is #95997D. Grayscale: #6A6A6A. Windows color (decimal): -9804158 or 8545898. OLE color: 8545898.

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

Color convert

RGB 106 102 130 -
CMYK 0.18 0.22 0 0.49
HSL 248.57º 0.12% 0.45% -
HSV(B) 248.57º 0.22% 0.51% -
XYZ 14.72 14.18 23.08 -
YUV 106.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 106 102 130 0.18 0.22 0 0.49 248.57 0.12 0.45
Hex 6A 66 82 12 16 0 31 F9 C 2D
Octal 152 146 202 22 26 0 61 371 14 55
Binary 1101010 1100110 10000010 10010 10110 0 110001 11111001 1100 101101

Color Harmonies of #6A6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6682

Black with #6A6682

Text Example


Text Example

White with #6A6682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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