Html Css Color HEX #606CB3 Chetwode Blue

📋 copy color: '#606CB3'

red 96 ◦ green 108 ◦ blue 179

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

Shades of Chetwode Blue #606CB3

Tints of Chetwode Blue #606CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 25.07%
G = 28.2%
B = 46.74%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#606CB3 (or 0x606CB3) is known color: Chetwode Blue. HEX triplet: 60, 6C and B3. RGB value is (96,108,179). Sum of RGB (Red+Green+Blue) = 96+108+179=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #606CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CB3 is #9F934C. Grayscale: #707070. Windows color (decimal): -10457933 or 11758688. OLE color: 11758688.

HSL color Cylindrical-coordinate representation of color #606CB3: hue angle of 231.33º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #606CB3 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 108 179 -
CMYK 0.46 0.40 0 0.30
HSL 231.33º 0.35% 0.54% -
HSV(B) 231.33º 0.46% 0.7% -
XYZ 18.32 16.47 44.86 -
YUV 112.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 96 108 179 0.46 0.40 0 0.30 231.33 0.35 0.54
Hex 60 6C B3 2E 28 0 1E E7 23 36
Octal 140 154 263 56 50 0 36 347 43 66
Binary 1100000 1101100 10110011 101110 101000 0 11110 11100111 100011 110110

Color Harmonies of #606CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CB3

Black with #606CB3

Text Example


Text Example

White with #606CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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