Html Css Color HEX #6C7DA9 Ship Cove

📋 copy color: '#6C7DA9'

red 108 ◦ green 125 ◦ blue 169

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

Shades of Ship Cove #6C7DA9

Tints of Ship Cove #6C7DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 26.87%
G = 31.09%
B = 42.04%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6C7DA9 (or 0x6C7DA9) is known color: Ship Cove. HEX triplet: 6C, 7D and A9. RGB value is (108,125,169). Sum of RGB (Red+Green+Blue) = 108+125+169=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 169 - color contains mainly: blue. Hex color #6C7DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7DA9 is #938256. Grayscale: #7C7C7C. Windows color (decimal): -9667159 or 11107692. OLE color: 11107692.

HSL color Cylindrical-coordinate representation of color #6C7DA9: hue angle of 223.28º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C7DA9 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 108 125 169 -
CMYK 0.36 0.26 0 0.34
HSL 223.28º 0.26% 0.54% -
HSV(B) 223.28º 0.36% 0.66% -
XYZ 20.68 20.72 40.45 -
YUV 124.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 108 125 169 0.36 0.26 0 0.34 223.28 0.26 0.54
Hex 6C 7D A9 24 1A 0 22 DF 1A 36
Octal 154 175 251 44 32 0 42 337 32 66
Binary 1101100 1111101 10101001 100100 11010 0 100010 11011111 11010 110110

Color Harmonies of #6C7DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7DA9

Black with #6C7DA9

Text Example


Text Example

White with #6C7DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,125,169); }

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

background-color css

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

 a { background-color: rgb(108,125,169); }

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

border-color css

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

 span { border-color: rgb(108,125,169); }

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