Html Css Color HEX #606DC3 Chetwode Blue

📋 copy color: '#606DC3'

red 96 ◦ green 109 ◦ blue 195

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

Shades of Chetwode Blue #606DC3

Tints of Chetwode Blue #606DC3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 195 (76.56% from 255) = 48.75%

R = 24%
G = 27.25%
B = 48.75%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#606DC3 (or 0x606DC3) is known color: Chetwode Blue. HEX triplet: 60, 6D and C3. RGB value is (96,109,195). Sum of RGB (Red+Green+Blue) = 96+109+195=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #606DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DC3 is #9F923C. Grayscale: #727272. Windows color (decimal): -10457661 or 12807520. OLE color: 12807520.

HSL color Cylindrical-coordinate representation of color #606DC3: hue angle of 232.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #606DC3 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 109 195 -
CMYK 0.51 0.44 0 0.24
HSL 232.12º 0.45% 0.57% -
HSV(B) 232.12º 0.51% 0.76% -
XYZ 20.14 17.36 53.92 -
YUV 114.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 96 109 195 0.51 0.44 0 0.24 232.12 0.45 0.57
Hex 60 6D C3 33 2C 0 18 E8 2D 39
Octal 140 155 303 63 54 0 30 350 55 71
Binary 1100000 1101101 11000011 110011 101100 0 11000 11101000 101101 111001

Color Harmonies of #606DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DC3

Black with #606DC3

Text Example


Text Example

White with #606DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,195); }

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

background-color css

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

 a { background-color: rgb(96,109,195); }

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

border-color css

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

 span { border-color: rgb(96,109,195); }

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