Html Css Color HEX #677DAB Ship Cove

📋 copy color: '#677DAB'

red 103 ◦ green 125 ◦ blue 171

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

Shades of Ship Cove #677DAB

Tints of Ship Cove #677DAB

RGB

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

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

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

R = 25.81%
G = 31.33%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#677DAB (or 0x677DAB) is known color: Ship Cove. HEX triplet: 67, 7D and AB. RGB value is (103,125,171). Sum of RGB (Red+Green+Blue) = 103+125+171=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #677DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DAB is #988254. Grayscale: #7B7B7B. Windows color (decimal): -9994837 or 11238759. OLE color: 11238759.

HSL color Cylindrical-coordinate representation of color #677DAB: hue angle of 220.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #677DAB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 125 171 -
CMYK 0.40 0.27 0 0.33
HSL 220.59º 0.29% 0.54% -
HSV(B) 220.59º 0.4% 0.67% -
XYZ 20.28 20.49 41.41 -
YUV 123.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 103 125 171 0.40 0.27 0 0.33 220.59 0.29 0.54
Hex 67 7D AB 28 1B 0 21 DD 1D 36
Octal 147 175 253 50 33 0 41 335 35 66
Binary 1100111 1111101 10101011 101000 11011 0 100001 11011101 11101 110110

Color Harmonies of #677DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DAB

Black with #677DAB

Text Example


Text Example

White with #677DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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