Html Css Color HEX #606FBA Chetwode Blue

📋 copy color: '#606FBA'

red 96 ◦ green 111 ◦ blue 186

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

Shades of Chetwode Blue #606FBA

Tints of Chetwode Blue #606FBA

RGB

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

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

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

R = 24.43%
G = 28.24%
B = 47.33%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#606FBA (or 0x606FBA) is known color: Chetwode Blue. HEX triplet: 60, 6F and BA. RGB value is (96,111,186). Sum of RGB (Red+Green+Blue) = 96+111+186=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #606FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FBA is #9F9045. Grayscale: #727272. Windows color (decimal): -10457158 or 12218208. OLE color: 12218208.

HSL color Cylindrical-coordinate representation of color #606FBA: hue angle of 230º 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 #606FBA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 111 186 -
CMYK 0.48 0.40 0 0.27
HSL 230º 0.39% 0.55% -
HSV(B) 230º 0.48% 0.73% -
XYZ 19.37 17.4 48.79 -
YUV 115.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 96 111 186 0.48 0.40 0 0.27 230 0.39 0.55
Hex 60 6F BA 30 28 0 1B E6 27 37
Octal 140 157 272 60 50 0 33 346 47 67
Binary 1100000 1101111 10111010 110000 101000 0 11011 11100110 100111 110111

Color Harmonies of #606FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FBA

Black with #606FBA

Text Example


Text Example

White with #606FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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