Html Css Color HEX #6C85AF Ship Cove

📋 copy color: '#6C85AF'

red 108 ◦ green 133 ◦ blue 175

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

Shades of Ship Cove #6C85AF

Tints of Ship Cove #6C85AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 25.96%
G = 31.97%
B = 42.07%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C85AF (or 0x6C85AF) is known color: Ship Cove. HEX triplet: 6C, 85 and AF. RGB value is (108,133,175). Sum of RGB (Red+Green+Blue) = 108+133+175=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C85AF is #937A50. Grayscale: #828282. Windows color (decimal): -9665105 or 11502956. OLE color: 11502956.

HSL color Cylindrical-coordinate representation of color #6C85AF: hue angle of 217.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C85AF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 133 175 -
CMYK 0.38 0.24 0 0.31
HSL 217.61º 0.3% 0.55% -
HSV(B) 217.61º 0.38% 0.69% -
XYZ 22.31 23.06 43.83 -
YUV 130.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 108 133 175 0.38 0.24 0 0.31 217.61 0.3 0.55
Hex 6C 85 AF 26 18 0 1F DA 1E 37
Octal 154 205 257 46 30 0 37 332 36 67
Binary 1101100 10000101 10101111 100110 11000 0 11111 11011010 11110 110111

Color Harmonies of #6C85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C85AF

Black with #6C85AF

Text Example


Text Example

White with #6C85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,175); }

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

background-color css

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

 a { background-color: rgb(108,133,175); }

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

border-color css

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

 span { border-color: rgb(108,133,175); }

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