Html Css Color HEX #607AAD Chetwode Blue

📋 copy color: '#607AAD'

red 96 ◦ green 122 ◦ blue 173

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

Shades of Chetwode Blue #607AAD

Tints of Chetwode Blue #607AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 24.55%
G = 31.2%
B = 44.25%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#607AAD (or 0x607AAD) is known color: Chetwode Blue. HEX triplet: 60, 7A and AD. RGB value is (96,122,173). Sum of RGB (Red+Green+Blue) = 96+122+173=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #607AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AAD is #9F8552. Grayscale: #777777. Windows color (decimal): -10454355 or 11369056. OLE color: 11369056.

HSL color Cylindrical-coordinate representation of color #607AAD: hue angle of 219.74º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607AAD is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 122 173 -
CMYK 0.45 0.29 0 0.32
HSL 219.74º 0.32% 0.53% -
HSV(B) 219.74º 0.45% 0.68% -
XYZ 19.33 19.42 42.27 -
YUV 120.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 96 122 173 0.45 0.29 0 0.32 219.74 0.32 0.53
Hex 60 7A AD 2D 1D 0 20 DC 20 35
Octal 140 172 255 55 35 0 40 334 40 65
Binary 1100000 1111010 10101101 101101 11101 0 100000 11011100 100000 110101

Color Harmonies of #607AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AAD

Black with #607AAD

Text Example


Text Example

White with #607AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,173); }

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

background-color css

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

 a { background-color: rgb(96,122,173); }

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

border-color css

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

 span { border-color: rgb(96,122,173); }

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