Html Css Color HEX #6C7EAE Ship Cove

📋 copy color: '#6C7EAE'

red 108 ◦ green 126 ◦ blue 174

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

Shades of Ship Cove #6C7EAE

Tints of Ship Cove #6C7EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 26.47%
G = 30.88%
B = 42.65%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C7EAE (or 0x6C7EAE) is known color: Ship Cove. HEX triplet: 6C, 7E and AE. RGB value is (108,126,174). Sum of RGB (Red+Green+Blue) = 108+126+174=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C7EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7EAE is #938151. Grayscale: #7D7D7D. Windows color (decimal): -9666898 or 11435628. OLE color: 11435628.

HSL color Cylindrical-coordinate representation of color #6C7EAE: hue angle of 223.64º degrees, saturation: 0.29, 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 #6C7EAE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 126 174 -
CMYK 0.38 0.28 0 0.32
HSL 223.64º 0.29% 0.55% -
HSV(B) 223.64º 0.38% 0.68% -
XYZ 21.29 21.17 43.01 -
YUV 126.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 108 126 174 0.38 0.28 0 0.32 223.64 0.29 0.55
Hex 6C 7E AE 26 1C 0 20 E0 1D 37
Octal 154 176 256 46 34 0 40 340 35 67
Binary 1101100 1111110 10101110 100110 11100 0 100000 11100000 11101 110111

Color Harmonies of #6C7EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7EAE

Black with #6C7EAE

Text Example


Text Example

White with #6C7EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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