Html Css Color HEX #677DAF Ship Cove

📋 copy color: '#677DAF'

red 103 ◦ green 125 ◦ blue 175

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

Shades of Ship Cove #677DAF

Tints of Ship Cove #677DAF

RGB

 RED value IS 103 (40.63% from 255) = 25.56%

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

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

R = 25.56%
G = 31.02%
B = 43.42%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#677DAF (or 0x677DAF) is known color: Ship Cove. HEX triplet: 67, 7D and AF. RGB value is (103,125,175). Sum of RGB (Red+Green+Blue) = 103+125+175=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #677DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DAF is #988250. Grayscale: #7B7B7B. Windows color (decimal): -9994833 or 11500903. OLE color: 11500903.

HSL color Cylindrical-coordinate representation of color #677DAF: hue angle of 221.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #677DAF is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 125 175 -
CMYK 0.41 0.29 0 0.31
HSL 221.67º 0.31% 0.55% -
HSV(B) 221.67º 0.41% 0.69% -
XYZ 20.67 20.65 43.45 -
YUV 124.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 103 125 175 0.41 0.29 0 0.31 221.67 0.31 0.55
Hex 67 7D AF 29 1D 0 1F DE 1F 37
Octal 147 175 257 51 35 0 37 336 37 67
Binary 1100111 1111101 10101111 101001 11101 0 11111 11011110 11111 110111

Color Harmonies of #677DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DAF

Black with #677DAF

Text Example


Text Example

White with #677DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677DAF; }

 p { color: rgb(103,125,175); }

 H1.HeaderClassName
 {
   color: #677DAF;
 }
 .AnyTagClassName
 {
   color: #677DAF;
 }
</style>

background-color css

<style>
 a { background-color: #677DAF; }

 a { background-color: rgb(103,125,175); }

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

border-color css

<style>
 span { border-color: #677DAF; }

 span { border-color: rgb(103,125,175); }

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