Html Css Color HEX #606BC6 Chetwode Blue

📋 copy color: '#606BC6'

red 96 ◦ green 107 ◦ blue 198

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

Shades of Chetwode Blue #606BC6

Tints of Chetwode Blue #606BC6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 198 (77.73% from 255) = 49.38%

R = 23.94%
G = 26.68%
B = 49.38%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#606BC6 (or 0x606BC6) is known color: Chetwode Blue. HEX triplet: 60, 6B and C6. RGB value is (96,107,198). Sum of RGB (Red+Green+Blue) = 96+107+198=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #606BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BC6 is #9F9439. Grayscale: #717171. Windows color (decimal): -10458170 or 13003616. OLE color: 13003616.

HSL color Cylindrical-coordinate representation of color #606BC6: hue angle of 233.53º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #606BC6 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 107 198 -
CMYK 0.52 0.46 0 0.22
HSL 233.53º 0.47% 0.58% -
HSV(B) 233.53º 0.52% 0.78% -
XYZ 20.27 17.08 55.65 -
YUV 114.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 96 107 198 0.52 0.46 0 0.22 233.53 0.47 0.58
Hex 60 6B C6 34 2E 0 16 EA 2F 3A
Octal 140 153 306 64 56 0 26 352 57 72
Binary 1100000 1101011 11000110 110100 101110 0 10110 11101010 101111 111010

Color Harmonies of #606BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BC6

Black with #606BC6

Text Example


Text Example

White with #606BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,198); }

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

background-color css

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

 a { background-color: rgb(96,107,198); }

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

border-color css

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

 span { border-color: rgb(96,107,198); }

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