Html Css Color HEX #6A85AD Ship Cove

📋 copy color: '#6A85AD'

red 106 ◦ green 133 ◦ blue 173

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

Shades of Ship Cove #6A85AD

Tints of Ship Cove #6A85AD

RGB

 RED value IS 106 (41.8% from 255) = 25.73%

 GREEN value IS 133 (52.34% from 255) = 32.28%

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

R = 25.73%
G = 32.28%
B = 41.99%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A85AD (or 0x6A85AD) is known color: Ship Cove. HEX triplet: 6A, 85 and AD. RGB value is (106,133,173). Sum of RGB (Red+Green+Blue) = 106+133+173=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A85AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A85AD is #957A52. Grayscale: #818181. Windows color (decimal): -9796179 or 11371882. OLE color: 11371882.

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

Color convert

RGB 106 133 173 -
CMYK 0.39 0.23 0 0.32
HSL 215.82º 0.29% 0.55% -
HSV(B) 215.82º 0.39% 0.68% -
XYZ 21.87 22.86 42.79 -
YUV 129.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 106 133 173 0.39 0.23 0 0.32 215.82 0.29 0.55
Hex 6A 85 AD 27 17 0 20 D8 1D 37
Octal 152 205 255 47 27 0 40 330 35 67
Binary 1101010 10000101 10101101 100111 10111 0 100000 11011000 11101 110111

Color Harmonies of #6A85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A85AD

Black with #6A85AD

Text Example


Text Example

White with #6A85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,173); }

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

background-color css

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

 a { background-color: rgb(106,133,173); }

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

border-color css

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

 span { border-color: rgb(106,133,173); }

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