Html Css Color HEX #6D7DAB Ship Cove

📋 copy color: '#6D7DAB'

red 109 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #6D7DAB

Tints of Ship Cove #6D7DAB

RGB

 RED value IS 109 (42.97% from 255) = 26.91%

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 26.91%
G = 30.86%
B = 42.22%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D7DAB (or 0x6D7DAB) is known color: Ship Cove. HEX triplet: 6D, 7D and AB. RGB value is (109,125,171). Sum of RGB (Red+Green+Blue) = 109+125+171=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7DAB is #928254. Grayscale: #7D7D7D. Windows color (decimal): -9601621 or 11238765. OLE color: 11238765.

HSL color Cylindrical-coordinate representation of color #6D7DAB: hue angle of 224.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D7DAB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 125 171 -
CMYK 0.36 0.27 0 0.33
HSL 224.52º 0.27% 0.55% -
HSV(B) 224.52º 0.36% 0.67% -
XYZ 20.99 20.86 41.45 -
YUV 125.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 109 125 171 0.36 0.27 0 0.33 224.52 0.27 0.55
Hex 6D 7D AB 24 1B 0 21 E1 1B 37
Octal 155 175 253 44 33 0 41 341 33 67
Binary 1101101 1111101 10101011 100100 11011 0 100001 11100001 11011 110111

Color Harmonies of #6D7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DAB

Black with #6D7DAB

Text Example


Text Example

White with #6D7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,171); }

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

background-color css

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

 a { background-color: rgb(109,125,171); }

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

border-color css

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

 span { border-color: rgb(109,125,171); }

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