Html Css Color HEX #6C6985 Dolphin

📋 copy color: '#6C6985'

red 108 ◦ green 105 ◦ blue 133

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

Shades of Dolphin #6C6985

Tints of Dolphin #6C6985

RGB

 RED value IS 108 (42.58% from 255) = 31.21%

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

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 31.21%
G = 30.35%
B = 38.44%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C6985 (or 0x6C6985) is known color: Dolphin. HEX triplet: 6C, 69 and 85. RGB value is (108,105,133). Sum of RGB (Red+Green+Blue) = 108+105+133=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6985 is #93967A. Grayscale: #6C6C6C. Windows color (decimal): -9672315 or 8743276. OLE color: 8743276.

HSL color Cylindrical-coordinate representation of color #6C6985: hue angle of 246.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C6985 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 105 133 -
CMYK 0.19 0.21 0 0.48
HSL 246.43º 0.12% 0.47% -
HSV(B) 246.43º 0.21% 0.52% -
XYZ 15.47 14.98 24.27 -
YUV 109.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 108 105 133 0.19 0.21 0 0.48 246.43 0.12 0.47
Hex 6C 69 85 13 15 0 30 F6 C 2F
Octal 154 151 205 23 25 0 60 366 14 57
Binary 1101100 1101001 10000101 10011 10101 0 110000 11110110 1100 101111

Color Harmonies of #6C6985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6985

Black with #6C6985

Text Example


Text Example

White with #6C6985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,105,133); }

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

background-color css

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

 a { background-color: rgb(108,105,133); }

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

border-color css

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

 span { border-color: rgb(108,105,133); }

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