Html Css Color HEX #606CBD Chetwode Blue

📋 copy color: '#606CBD'

red 96 ◦ green 108 ◦ blue 189

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

Shades of Chetwode Blue #606CBD

Tints of Chetwode Blue #606CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 24.43%
G = 27.48%
B = 48.09%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#606CBD (or 0x606CBD) is known color: Chetwode Blue. HEX triplet: 60, 6C and BD. RGB value is (96,108,189). Sum of RGB (Red+Green+Blue) = 96+108+189=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #606CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CBD is #9F9342. Grayscale: #717171. Windows color (decimal): -10457923 or 12414048. OLE color: 12414048.

HSL color Cylindrical-coordinate representation of color #606CBD: hue angle of 232.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606CBD is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 108 189 -
CMYK 0.49 0.43 0 0.26
HSL 232.26º 0.41% 0.56% -
HSV(B) 232.26º 0.49% 0.74% -
XYZ 19.37 16.89 50.38 -
YUV 113.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 96 108 189 0.49 0.43 0 0.26 232.26 0.41 0.56
Hex 60 6C BD 31 2B 0 1A E8 29 38
Octal 140 154 275 61 53 0 32 350 51 70
Binary 1100000 1101100 10111101 110001 101011 0 11010 11101000 101001 111000

Color Harmonies of #606CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CBD

Black with #606CBD

Text Example


Text Example

White with #606CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,189); }

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

background-color css

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

 a { background-color: rgb(96,108,189); }

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

border-color css

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

 span { border-color: rgb(96,108,189); }

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