Html Css Color HEX #607AAF Chetwode Blue

📋 copy color: '#607AAF'

red 96 ◦ green 122 ◦ blue 175

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

Shades of Chetwode Blue #607AAF

Tints of Chetwode Blue #607AAF

RGB

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

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

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

R = 24.43%
G = 31.04%
B = 44.53%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#607AAF (or 0x607AAF) is known color: Chetwode Blue. HEX triplet: 60, 7A and AF. RGB value is (96,122,175). Sum of RGB (Red+Green+Blue) = 96+122+175=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #607AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AAF is #9F8550. Grayscale: #787878. Windows color (decimal): -10454353 or 11500128. OLE color: 11500128.

HSL color Cylindrical-coordinate representation of color #607AAF: hue angle of 220.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607AAF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 122 175 -
CMYK 0.45 0.30 0 0.31
HSL 220.25º 0.33% 0.53% -
HSV(B) 220.25º 0.45% 0.69% -
XYZ 19.52 19.5 43.29 -
YUV 120.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 96 122 175 0.45 0.30 0 0.31 220.25 0.33 0.53
Hex 60 7A AF 2D 1E 0 1F DC 21 35
Octal 140 172 257 55 36 0 37 334 41 65
Binary 1100000 1111010 10101111 101101 11110 0 11111 11011100 100001 110101

Color Harmonies of #607AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AAF

Black with #607AAF

Text Example


Text Example

White with #607AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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