Html Css Color HEX #606FA3 Chetwode Blue

📋 copy color: '#606FA3'

red 96 ◦ green 111 ◦ blue 163

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

Shades of Chetwode Blue #606FA3

Tints of Chetwode Blue #606FA3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 163 (64.06% from 255) = 44.05%

R = 25.95%
G = 30%
B = 44.05%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#606FA3 (or 0x606FA3) is known color: Chetwode Blue. HEX triplet: 60, 6F and A3. RGB value is (96,111,163). Sum of RGB (Red+Green+Blue) = 96+111+163=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #606FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606FA3 is #9F905C. Grayscale: #707070. Windows color (decimal): -10457181 or 10710880. OLE color: 10710880.

HSL color Cylindrical-coordinate representation of color #606FA3: hue angle of 226.57º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606FA3 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 111 163 -
CMYK 0.41 0.32 0 0.36
HSL 226.57º 0.27% 0.51% -
HSV(B) 226.57º 0.41% 0.64% -
XYZ 17.12 16.5 36.93 -
YUV 112.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 96 111 163 0.41 0.32 0 0.36 226.57 0.27 0.51
Hex 60 6F A3 29 20 0 24 E3 1B 33
Octal 140 157 243 51 40 0 44 343 33 63
Binary 1100000 1101111 10100011 101001 100000 0 100100 11100011 11011 110011

Color Harmonies of #606FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FA3

Black with #606FA3

Text Example


Text Example

White with #606FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606FA3; }

 p { color: rgb(96,111,163); }

 H1.HeaderClassName
 {
   color: #606FA3;
 }
 .AnyTagClassName
 {
   color: #606FA3;
 }
</style>

background-color css

<style>
 a { background-color: #606FA3; }

 a { background-color: rgb(96,111,163); }

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

border-color css

<style>
 span { border-color: #606FA3; }

 span { border-color: rgb(96,111,163); }

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