Html Css Color HEX #606CC6 Chetwode Blue

📋 copy color: '#606CC6'

red 96 ◦ green 108 ◦ blue 198

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

Shades of Chetwode Blue #606CC6

Tints of Chetwode Blue #606CC6

RGB

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

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

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

R = 23.88%
G = 26.87%
B = 49.25%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#606CC6 (or 0x606CC6) is known color: Chetwode Blue. HEX triplet: 60, 6C and C6. RGB value is (96,108,198). Sum of RGB (Red+Green+Blue) = 96+108+198=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #606CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CC6 is #9F9339. Grayscale: #727272. Windows color (decimal): -10457914 or 13003872. OLE color: 13003872.

HSL color Cylindrical-coordinate representation of color #606CC6: hue angle of 232.94º 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 #606CC6 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 108 198 -
CMYK 0.52 0.45 0 0.22
HSL 232.94º 0.47% 0.58% -
HSV(B) 232.94º 0.52% 0.78% -
XYZ 20.38 17.29 55.69 -
YUV 114.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 96 108 198 0.52 0.45 0 0.22 232.94 0.47 0.58
Hex 60 6C C6 34 2D 0 16 E9 2F 3A
Octal 140 154 306 64 55 0 26 351 57 72
Binary 1100000 1101100 11000110 110100 101101 0 10110 11101001 101111 111010

Color Harmonies of #606CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CC6

Black with #606CC6

Text Example


Text Example

White with #606CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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