Html Css Color HEX #6C7EA9 Ship Cove

📋 copy color: '#6C7EA9'

red 108 ◦ green 126 ◦ blue 169

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

Shades of Ship Cove #6C7EA9

Tints of Ship Cove #6C7EA9

RGB

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

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

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

R = 26.8%
G = 31.27%
B = 41.94%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6C7EA9 (or 0x6C7EA9) is known color: Ship Cove. HEX triplet: 6C, 7E and A9. RGB value is (108,126,169). Sum of RGB (Red+Green+Blue) = 108+126+169=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #6C7EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7EA9 is #938156. Grayscale: #7D7D7D. Windows color (decimal): -9666903 or 11107948. OLE color: 11107948.

HSL color Cylindrical-coordinate representation of color #6C7EA9: hue angle of 222.3º 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 #6C7EA9 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 108 126 169 -
CMYK 0.36 0.25 0 0.34
HSL 222.3º 0.26% 0.54% -
HSV(B) 222.3º 0.36% 0.66% -
XYZ 20.81 20.97 40.49 -
YUV 125.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 108 126 169 0.36 0.25 0 0.34 222.3 0.26 0.54
Hex 6C 7E A9 24 19 0 22 DE 1A 36
Octal 154 176 251 44 31 0 42 336 32 66
Binary 1101100 1111110 10101001 100100 11001 0 100010 11011110 11010 110110

Color Harmonies of #6C7EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7EA9

Black with #6C7EA9

Text Example


Text Example

White with #6C7EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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