Html Css Color HEX #606DB1 Chetwode Blue

📋 copy color: '#606DB1'

red 96 ◦ green 109 ◦ blue 177

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

Shades of Chetwode Blue #606DB1

Tints of Chetwode Blue #606DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.53%

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 25.13%
G = 28.53%
B = 46.34%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#606DB1 (or 0x606DB1) is known color: Chetwode Blue. HEX triplet: 60, 6D and B1. RGB value is (96,109,177). Sum of RGB (Red+Green+Blue) = 96+109+177=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #606DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606DB1 is #9F924E. Grayscale: #707070. Windows color (decimal): -10457679 or 11627872. OLE color: 11627872.

HSL color Cylindrical-coordinate representation of color #606DB1: hue angle of 230.37º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #606DB1 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 109 177 -
CMYK 0.46 0.38 0 0.31
HSL 230.37º 0.34% 0.54% -
HSV(B) 230.37º 0.46% 0.69% -
XYZ 18.23 16.6 43.84 -
YUV 112.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 96 109 177 0.46 0.38 0 0.31 230.37 0.34 0.54
Hex 60 6D B1 2E 26 0 1F E6 22 36
Octal 140 155 261 56 46 0 37 346 42 66
Binary 1100000 1101101 10110001 101110 100110 0 11111 11100110 100010 110110

Color Harmonies of #606DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DB1

Black with #606DB1

Text Example


Text Example

White with #606DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,177); }

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

background-color css

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

 a { background-color: rgb(96,109,177); }

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

border-color css

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

 span { border-color: rgb(96,109,177); }

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