Html Css Color HEX #606CD3 Slate Blue

📋 copy color: '#606CD3'

red 96 ◦ green 108 ◦ blue 211

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

Shades of Slate Blue #606CD3

Tints of Slate Blue #606CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.84%

R = 23.13%
G = 26.02%
B = 50.84%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#606CD3 (or 0x606CD3) is known color: Slate Blue. HEX triplet: 60, 6C and D3. RGB value is (96,108,211). Sum of RGB (Red+Green+Blue) = 96+108+211=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #606CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CD3 is #9F932C. Grayscale: #737373. Windows color (decimal): -10457901 or 13855840. OLE color: 13855840.

HSL color Cylindrical-coordinate representation of color #606CD3: hue angle of 233.74º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #606CD3 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 108 211 -
CMYK 0.55 0.49 0 0.17
HSL 233.74º 0.57% 0.6% -
HSV(B) 233.74º 0.55% 0.83% -
XYZ 21.94 17.92 63.93 -
YUV 116.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 96 108 211 0.55 0.49 0 0.17 233.74 0.57 0.6
Hex 60 6C D3 37 31 0 11 EA 39 3C
Octal 140 154 323 67 61 0 21 352 71 74
Binary 1100000 1101100 11010011 110111 110001 0 10001 11101010 111001 111100

Color Harmonies of #606CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CD3

Black with #606CD3

Text Example


Text Example

White with #606CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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