Html Css Color HEX #606DBA Chetwode Blue

📋 copy color: '#606DBA'

red 96 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #606DBA

Tints of Chetwode Blue #606DBA

RGB

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

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

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

R = 24.55%
G = 27.88%
B = 47.57%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#606DBA (or 0x606DBA) is known color: Chetwode Blue. HEX triplet: 60, 6D and BA. RGB value is (96,109,186). Sum of RGB (Red+Green+Blue) = 96+109+186=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #606DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DBA is #9F9245. Grayscale: #717171. Windows color (decimal): -10457670 or 12217696. OLE color: 12217696.

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

Color convert

RGB 96 109 186 -
CMYK 0.48 0.41 0 0.27
HSL 231.33º 0.39% 0.55% -
HSV(B) 231.33º 0.48% 0.73% -
XYZ 19.16 16.97 48.72 -
YUV 113.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 96 109 186 0.48 0.41 0 0.27 231.33 0.39 0.55
Hex 60 6D BA 30 29 0 1B E7 27 37
Octal 140 155 272 60 51 0 33 347 47 67
Binary 1100000 1101101 10111010 110000 101001 0 11011 11100111 100111 110111

Color Harmonies of #606DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DBA

Black with #606DBA

Text Example


Text Example

White with #606DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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