Html Css Color HEX #6073BA Chetwode Blue

📋 copy color: '#6073BA'

red 96 ◦ green 115 ◦ blue 186

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

Shades of Chetwode Blue #6073BA

Tints of Chetwode Blue #6073BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 24.18%
G = 28.97%
B = 46.85%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6073BA (or 0x6073BA) is known color: Chetwode Blue. HEX triplet: 60, 73 and BA. RGB value is (96,115,186). Sum of RGB (Red+Green+Blue) = 96+115+186=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #6073BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073BA is #9F8C45. Grayscale: #757575. Windows color (decimal): -10456134 or 12219232. OLE color: 12219232.

HSL color Cylindrical-coordinate representation of color #6073BA: hue angle of 227.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6073BA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 115 186 -
CMYK 0.48 0.38 0 0.27
HSL 227.33º 0.39% 0.55% -
HSV(B) 227.33º 0.48% 0.73% -
XYZ 19.82 18.29 48.94 -
YUV 117.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 96 115 186 0.48 0.38 0 0.27 227.33 0.39 0.55
Hex 60 73 BA 30 26 0 1B E3 27 37
Octal 140 163 272 60 46 0 33 343 47 67
Binary 1100000 1110011 10111010 110000 100110 0 11011 11100011 100111 110111

Color Harmonies of #6073BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6073BA

Black with #6073BA

Text Example


Text Example

White with #6073BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6073BA; }

 p { color: rgb(96,115,186); }

 H1.HeaderClassName
 {
   color: #6073BA;
 }
 .AnyTagClassName
 {
   color: #6073BA;
 }
</style>

background-color css

<style>
 a { background-color: #6073BA; }

 a { background-color: rgb(96,115,186); }

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

border-color css

<style>
 span { border-color: #6073BA; }

 span { border-color: rgb(96,115,186); }

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