Html Css Color HEX #6C7EAD Ship Cove

📋 copy color: '#6C7EAD'

red 108 ◦ green 126 ◦ blue 173

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

Shades of Ship Cove #6C7EAD

Tints of Ship Cove #6C7EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 26.54%
G = 30.96%
B = 42.51%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C7EAD (or 0x6C7EAD) is known color: Ship Cove. HEX triplet: 6C, 7E and AD. RGB value is (108,126,173). Sum of RGB (Red+Green+Blue) = 108+126+173=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C7EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7EAD is #938152. Grayscale: #7D7D7D. Windows color (decimal): -9666899 or 11370092. OLE color: 11370092.

HSL color Cylindrical-coordinate representation of color #6C7EAD: hue angle of 223.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C7EAD is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 126 173 -
CMYK 0.38 0.27 0 0.32
HSL 223.38º 0.28% 0.55% -
HSV(B) 223.38º 0.38% 0.68% -
XYZ 21.19 21.13 42.5 -
YUV 125.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 108 126 173 0.38 0.27 0 0.32 223.38 0.28 0.55
Hex 6C 7E AD 26 1B 0 20 DF 1C 37
Octal 154 176 255 46 33 0 40 337 34 67
Binary 1101100 1111110 10101101 100110 11011 0 100000 11011111 11100 110111

Color Harmonies of #6C7EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7EAD

Black with #6C7EAD

Text Example


Text Example

White with #6C7EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,126,173); }

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

background-color css

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

 a { background-color: rgb(108,126,173); }

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

border-color css

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

 span { border-color: rgb(108,126,173); }

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