Html Css Color HEX #6C87AF Ship Cove

📋 copy color: '#6C87AF'

red 108 ◦ green 135 ◦ blue 175

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

Shades of Ship Cove #6C87AF

Tints of Ship Cove #6C87AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

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

R = 25.84%
G = 32.3%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C87AF (or 0x6C87AF) is known color: Ship Cove. HEX triplet: 6C, 87 and AF. RGB value is (108,135,175). Sum of RGB (Red+Green+Blue) = 108+135+175=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C87AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C87AF is #937850. Grayscale: #838383. Windows color (decimal): -9664593 or 11503468. OLE color: 11503468.

HSL color Cylindrical-coordinate representation of color #6C87AF: hue angle of 215.82º 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 #6C87AF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 135 175 -
CMYK 0.38 0.23 0 0.31
HSL 215.82º 0.3% 0.55% -
HSV(B) 215.82º 0.38% 0.69% -
XYZ 22.59 23.61 43.92 -
YUV 131.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 108 135 175 0.38 0.23 0 0.31 215.82 0.3 0.55
Hex 6C 87 AF 26 17 0 1F D8 1E 37
Octal 154 207 257 46 27 0 37 330 36 67
Binary 1101100 10000111 10101111 100110 10111 0 11111 11011000 11110 110111

Color Harmonies of #6C87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C87AF

Black with #6C87AF

Text Example


Text Example

White with #6C87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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