Html Css Color HEX #606EC7 Chetwode Blue

📋 copy color: '#606EC7'

red 96 ◦ green 110 ◦ blue 199

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

Shades of Chetwode Blue #606EC7

Tints of Chetwode Blue #606EC7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

 BLUE value IS 199 (78.13% from 255) = 49.14%

R = 23.7%
G = 27.16%
B = 49.14%

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

#606EC7 (or 0x606EC7) is known color: Chetwode Blue. HEX triplet: 60, 6E and C7. RGB value is (96,110,199). Sum of RGB (Red+Green+Blue) = 96+110+199=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #606EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EC7 is #9F9138. Grayscale: #737373. Windows color (decimal): -10457401 or 13069920. OLE color: 13069920.

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

Color convert

RGB 96 110 199 -
CMYK 0.52 0.45 0 0.22
HSL 231.84º 0.48% 0.58% -
HSV(B) 231.84º 0.52% 0.78% -
XYZ 20.71 17.76 56.37 -
YUV 115.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 96 110 199 0.52 0.45 0 0.22 231.84 0.48 0.58
Hex 60 6E C7 34 2D 0 16 E8 30 3A
Octal 140 156 307 64 55 0 26 350 60 72
Binary 1100000 1101110 11000111 110100 101101 0 10110 11101000 110000 111010

Color Harmonies of #606EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EC7

Black with #606EC7

Text Example


Text Example

White with #606EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,199); }

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

background-color css

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

 a { background-color: rgb(96,110,199); }

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

border-color css

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

 span { border-color: rgb(96,110,199); }

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