Html Css Color HEX #607D7C Breaker Bay

📋 copy color: '#607D7C'

red 96 ◦ green 125 ◦ blue 124

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

Shades of Breaker Bay #607D7C

Tints of Breaker Bay #607D7C

RGB

 RED value IS 96 (37.89% from 255) = 27.83%

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

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 27.83%
G = 36.23%
B = 35.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#607D7C (or 0x607D7C) is known color: Breaker Bay. HEX triplet: 60, 7D and 7C. RGB value is (96,125,124). Sum of RGB (Red+Green+Blue) = 96+125+124=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 125 - color contains mainly: green. Hex color #607D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607D7C is #9F8283. Grayscale: #747474. Windows color (decimal): -10453636 or 8158560. OLE color: 8158560.

HSL color Cylindrical-coordinate representation of color #607D7C: hue angle of 177.93º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607D7C is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 125 124 -
CMYK 0.23 0 0.01 0.51
HSL 177.93º 0.13% 0.43% -
HSV(B) 177.93º 0.23% 0.49% -
XYZ 15.8 18.61 21.83 -
YUV 116.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 96 125 124 0.23 0 0.01 0.51 177.93 0.13 0.43
Hex 60 7D 7C 17 0 1 33 B2 D 2B
Octal 140 175 174 27 0 1 63 262 15 53
Binary 1100000 1111101 1111100 10111 0 1 110011 10110010 1101 101011

Color Harmonies of #607D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607D7C

Black with #607D7C

Text Example


Text Example

White with #607D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607D7C; }

 p { color: rgb(96,125,124); }

 H1.HeaderClassName
 {
   color: #607D7C;
 }
 .AnyTagClassName
 {
   color: #607D7C;
 }
</style>

background-color css

<style>
 a { background-color: #607D7C; }

 a { background-color: rgb(96,125,124); }

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

border-color css

<style>
 span { border-color: #607D7C; }

 span { border-color: rgb(96,125,124); }

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