Html Css Color HEX #6061BB Chetwode Blue

📋 copy color: '#6061BB'

red 96 ◦ green 97 ◦ blue 187

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

Shades of Chetwode Blue #6061BB

Tints of Chetwode Blue #6061BB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 25.26%
G = 25.53%
B = 49.21%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6061BB (or 0x6061BB) is known color: Chetwode Blue. HEX triplet: 60, 61 and BB. RGB value is (96,97,187). Sum of RGB (Red+Green+Blue) = 96+97+187=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #6061BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6061BB is #9F9E44. Grayscale: #6A6A6A. Windows color (decimal): -10460741 or 12280160. OLE color: 12280160.

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

Color convert

RGB 96 97 187 -
CMYK 0.49 0.48 0 0.27
HSL 239.34º 0.4% 0.55% -
HSV(B) 239.34º 0.49% 0.73% -
XYZ 18.07 14.62 48.88 -
YUV 106.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 96 97 187 0.49 0.48 0 0.27 239.34 0.4 0.55
Hex 60 61 BB 31 30 0 1B EF 28 37
Octal 140 141 273 61 60 0 33 357 50 67
Binary 1100000 1100001 10111011 110001 110000 0 11011 11101111 101000 110111

Color Harmonies of #6061BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6061BB

Black with #6061BB

Text Example


Text Example

White with #6061BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6061BB; }

 p { color: rgb(96,97,187); }

 H1.HeaderClassName
 {
   color: #6061BB;
 }
 .AnyTagClassName
 {
   color: #6061BB;
 }
</style>

background-color css

<style>
 a { background-color: #6061BB; }

 a { background-color: rgb(96,97,187); }

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

border-color css

<style>
 span { border-color: #6061BB; }

 span { border-color: rgb(96,97,187); }

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